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 375d74c commit 209c514Copy full SHA for 209c514
.github/workflows/main.yml
@@ -22,9 +22,6 @@ jobs:
22
- name: Checkout code
23
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
24
25
- - name: Show Swift version
26
- run: swift --version`
27
-
28
- name: Run tests
29
run: xcodebuild test -scheme MyTestProject -destination 'platform=macOS' -enableCodeCoverage YES -resultBundlePath ./TestResults.xcresult
30
0 commit comments