File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -48,17 +48,15 @@ jobs:
48
48
xargs codeql execute upgrades testdb
49
49
diff -q testdb/ruby.dbscheme downgrades/initial/ruby.dbscheme
50
50
qltest :
51
- runs-on : ubuntu-latest
51
+ runs-on : ubuntu-latest-xl
52
52
strategy :
53
53
fail-fast : false
54
- matrix :
55
- slice : ["1/2", "2/2"]
56
54
steps :
57
55
- uses : actions/checkout@v3
58
56
- uses : ./.github/actions/fetch-codeql
59
57
- uses : ./ruby/actions/create-extractor-pack
60
58
- name : Run QL tests
61
59
run : |
62
- codeql test run --threads=0 --ram 5000 --slice ${{ matrix.slice }} -- search-path "${{ github.workspace }}/ruby/extractor-pack" --check-databases --check-undefined-labels --check-unused-labels --check-repeated-labels --check-redefined-labels --check-use-before-definition --consistency-queries ql/consistency-queries ql/test
60
+ codeql test run --threads=0 --search-path "${{ github.workspace }}/ruby/extractor-pack" --check-databases --check-undefined-labels --check-unused-labels --check-repeated-labels --check-redefined-labels --check-use-before-definition --consistency-queries ql/consistency-queries ql/test
63
61
env :
64
62
GITHUB_TOKEN : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments