File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -20,25 +20,11 @@ jobs:
2020 - name : Select Xcode ${{ matrix.xcode }}
2121 run : sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
2222
23- - name : Test
23+ - name : Build & Test Release
2424 run : swift test -c release
2525 env :
2626 DEVELOPER_DIR : /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
2727
28- - name : Upload test artifacts
29- if : failure()
30- uses : actions/upload-artifact@v4.4.3
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-
4228 - name : Upload artifacts
4329 if : always()
4430 uses : actions/upload-artifact@v4.4.3
You can’t perform that action at this time.
0 commit comments