File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
swift/actions/run-ql-tests Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 7272 qltests-macos :
7373 needs : build-macos
7474 runs-on : macos-12-xl
75+ strategy :
76+ fail-fast : false
77+ matrix :
78+ slice : ["1/2", "2/2"]
7579 steps :
7680 - uses : actions/checkout@v3
7781 - uses : ./swift/actions/run-ql-tests
82+ with :
83+ flags : --slice ${{ matrix.slice }}
7884 integration-tests-linux :
7985 needs : build-linux
8086 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11name : Build Swift CodeQL pack
22description : Builds the Swift CodeQL pack
3+ inputs :
4+ flags :
5+ description : " Additional `codeql test run` flags"
6+ required : false
7+ default : " "
38runs :
49 using : composite
510 steps :
2328 --check-repeated-labels \
2429 --check-redefined-labels \
2530 --check-use-before-definition \
31+ ${{ inputs.flags }} \
2632 ql/test
2733 env :
2834 GITHUB_TOKEN : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments