Skip to content

ci(release): automate versioning from CHANGELOG.md #3

ci(release): automate versioning from CHANGELOG.md

ci(release): automate versioning from CHANGELOG.md #3

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Set up Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Run tests
run: |
xcodebuild test \
-project VoiceScribe.xcodeproj \
-scheme VoiceScribe \
-configuration Debug \
CODE_SIGN_IDENTITY="-" \
CODE_SIGNING_REQUIRED=NO \
CODE_SIGNING_ALLOWED=NO