Skip to content

Commit

Permalink
See if macro validation is preventing running of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bok- committed Jul 15, 2024
1 parent 6c244a3 commit d167a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Build and Test
run: xcrun xcodebuild test -workspace . -scheme "Vexil" -testPlan "Vexil" -destination "platform=iOS Simulator,name=iPhone 15"
run: xcrun xcodebuild test -workspace . -scheme "Vexil" -skipMacroValidation -destination "platform=iOS Simulator,name=iPhone 15"

build-ios:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d167a9f

Please sign in to comment.