We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91fd84 commit c4d1c13Copy full SHA for c4d1c13
.github/workflows/spm.yml
@@ -71,6 +71,8 @@ jobs:
71
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
72
- name: Setup Scripts Directory
73
run: ./setup-scripts.sh
74
+ - name: Initialize xcodebuild
75
+ run: scripts/setup_spm_tests.sh
76
- name: Integration Test Setup
77
run: Tests/Integration/Emulator/start-emulator.sh synchronous
78
- name: Unit Tests
0 commit comments