Skip to content

Commit

Permalink
Update xcodebuild command.
Browse files Browse the repository at this point in the history
  • Loading branch information
svara committed Aug 3, 2023
1 parent e6e949c commit e30d7d4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,4 @@ jobs:
run: sudo xcode-select -switch /Applications/Xcode_14.2.app && /usr/bin/xcodebuild -version

- name: Run Tests
run: xcodebuild \
clean \
test \
-project Strada.xcodeproj \
-scheme Strada \
-destination "${{ env.XCODEBUILD_DESTINATION_IOS }}" \
-resultBundlePath TestResults
run: xcodebuild test -project Strada.xcodeproj -scheme Strada -destination "${{ env.XCODEBUILD_DESTINATION_IOS }}" -resultBundlePath TestResults

0 comments on commit e30d7d4

Please sign in to comment.