File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88 v1 :
99 name : " v1: Swift ${{ matrix.swift }} on ${{ matrix.os }}"
1010 runs-on : ${{ matrix.os }}
11- continue-on-error : true
1211 strategy :
1312 matrix :
1413 os : [ubuntu-latest, macos-latest]
@@ -18,11 +17,11 @@ jobs:
1817 with :
1918 swift-version : ${{ matrix.swift }}
2019 - name : Swift version
20+ if : always()
2121 run : swift --version | grep ${{ matrix.swift }} || exit 1
2222 main :
2323 name : " main: Swift ${{ matrix.swift }} on ${{ matrix.os }}"
2424 runs-on : ${{ matrix.os }}
25- continue-on-error : true
2625 strategy :
2726 matrix :
2827 os : [ubuntu-latest, macos-latest]
3231 with :
3332 swift-version : ${{ matrix.swift }}
3433 - name : Swift version
34+ if : always()
3535 run : swift --version | grep ${{ matrix.swift }} || exit 1
You can’t perform that action at this time.
0 commit comments