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 0f825b0 commit df30583Copy full SHA for df30583
.github/workflows/ci-macos.yml
@@ -20,25 +20,11 @@ jobs:
20
- name: Select Xcode ${{ matrix.xcode }}
21
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
22
23
- - name: Test
+ - name: Build & Test Release
24
run: swift test -c release
25
env:
26
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
27
28
- - name: Upload test artifacts
29
- if: failure()
30
- uses: actions/[email protected]
31
- with:
32
- name: test-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
33
- path: |
34
- .build/**/*.json
35
- .build/**/*.xctest
36
-
37
- - name: Build Release
38
- run: swift build -c release
39
- env:
40
- DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
41
42
- name: Upload artifacts
43
if: always()
44
uses: actions/[email protected]
0 commit comments