File tree Expand file tree Collapse file tree 1 file changed +19
-20
lines changed Expand file tree Collapse file tree 1 file changed +19
-20
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99
10- Test :
11- name : Swift ${{ matrix.swift }} on ${{ matrix.os }}
12- strategy :
13- matrix :
14- os :
15- - ubuntu-latest
16- # - macos-latest
17- swift : ["5.9"]
18- runs-on : ${{ matrix.os }}
19- steps :
20- - uses : actions/checkout@v4
21- with :
22- submodules : true
23- - uses : ./.github/workflows/actions/setup
24- with :
25- swift : ${{ matrix.swift }}
26- os : ${{ matrix.os }}
10+ # Test:
11+ # strategy:
12+ # matrix:
13+ # os:
14+ # - ubuntu-latest
15+ # # - macos-latest
16+ # swift: ["5.9"]
17+ # runs-on: ${{ matrix.os }}
18+ # steps:
19+ # - uses: actions/checkout@v4
20+ # with:
21+ # submodules: true
22+ # - uses: ./.github/workflows/actions/setup
23+ # with:
24+ # swift: ${{ matrix.swift }}
25+ # os: ${{ matrix.os }}
2726
28- - run : swift build
29- - run : swift test
27+ # - run: swift build
28+ # - run: swift test
3029
3130 # Package.swift uses GITHUB_JOB to add docc dependency
3231 BuildDocC :
4948 os : ${{ matrix.os }}
5049
5150 - run : make .build/docs
52- - uses : actions/upload-pages-artifact@v2
51+ - uses : actions/upload-pages-artifact@v3
5352 with :
5453 path : .build/docs
5554
You can’t perform that action at this time.
0 commit comments