File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1+ --container-architecture linux/amd64
2+ --pull=false
3+ --reuse
4+ -P ubuntu-latest=catthehacker/ubuntu:act-latest
5+ -P macos-latest=-self-hosted
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ concurrency:
1414 cancel-in-progress : true
1515
1616jobs :
17- Sync :
17+
18+ generate-sources :
1819 if : github.actor == 'dependabot[bot]'
1920 strategy :
2021 matrix :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313
1414jobs :
1515
16- Test :
16+ test :
1717 strategy :
1818 matrix :
1919 os :
3333 swift : ${{ matrix.swift }}
3434 os : ${{ matrix.os }}
3535
36- - uses : ./.github/composites/git-config
37-
38- - name : " Test Scripts work on ${{ matrix.os }}"
39- run : swift Scripts/SPIManifestBuilder.swift
40- - name : " Test Swift Package"
41- run : |
42- swift build
43- swift test
36+ - run : swift build
37+ - run : swift test
You can’t perform that action at this time.
0 commit comments