We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2128df commit 9e5a5faCopy full SHA for 9e5a5fa
.github/workflows/test-linux.yml
@@ -30,27 +30,11 @@ jobs:
30
- name: linuxmain
31
run: |
32
echo "::notice title=Build Environment::Running on ${{ matrix.os }}"
33
+ uname -a
34
swift --version
35
swift build
36
swift test
37
- name: Build
38
run: swift build
39
- name: Test
40
run: swift test
- tests-macOS:
41
- strategy:
42
- fail-fast: false
43
- matrix:
44
- swift: ["5", "6"]
45
- destination: [macOS]
46
-
47
- name: SwiftPM macOS
48
- runs-on: macOS-latest
49
- steps:
50
- - name: Checkout
51
52
- uses: actions/checkout@v4
53
- - name: Build
54
- run: swift build
55
- - name: Test
56
- run: swift test
0 commit comments