Skip to content

Commit df30583

Browse files
authored
Update macOS CI (#45)
1 parent 0f825b0 commit df30583

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)