Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurdapaz authored Aug 29, 2023
1 parent 2543947 commit ef5faa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:

- name: Test Voir
run: |
cd Support/VoirDemo
SIMULATORNAME=$(xcrun simctl list -j devices available | jq -r '.devices | to_entries[] | (.key | capture("com\\.apple\\.CoreSimulator\\.SimRuntime\\.iOS-(?<version>.+)")) as {$version} | .value[] | {name: "\(.name),OS=\($version|sub("-"; "."))"} | first(.[])' | head -n 1)
xcodebuild test -scheme Voir -destination "platform=iOS Simulator,name=${SIMULATORNAME}" -skip-testing:VoirTests/VoirControllerTests/testComponentWithoutOutputConformance -skip-testing:VoirTests/VoirControllerTests/testViewModelWithoutInputConformance | xcpretty

0 comments on commit ef5faa1

Please sign in to comment.