Skip to content

Commit

Permalink
Tweaking runner actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mobrien-ghost committed Oct 22, 2024
1 parent 4115e4d commit 205f6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: xcodebuild build -scheme SyntaxSparrow -destination "OS=18.1,name=iPhone 16"

- name: Test
run: xcodebuild test-without-building -scheme SyntaxSparrow -destination "iPhone 16" -enableCodeCoverage YES
run: xcodebuild test -scheme SyntaxSparrow -destination "OS=18.1,name=iPhone 16" -enableCodeCoverage YES

ios_tests_previous:
name: iOS Unit Tests
Expand Down

0 comments on commit 205f6cb

Please sign in to comment.