File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
swift/actions/run-ql-tests Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 67
67
mv "$CODEQL_PATH/csharp/tools/extractor-asp.jar" "${{ github.workspace }}/csharp/extractor-pack/tools"
68
68
# Safe guard against using the bundled extractor
69
69
rm -rf "$CODEQL_PATH/csharp"
70
- codeql test run --threads=0 --ram 52000 --slice ${{ matrix.slice }} --search-path "${{ github.workspace }}/csharp/extractor-pack" --check-databases --check-undefined-labels --check-repeated-labels --check-redefined-labels --consistency-queries ql/consistency-queries ql/test --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}"
70
+ codeql test run --threads=0 --ram 50000 --slice ${{ matrix.slice }} --search-path "${{ github.workspace }}/csharp/extractor-pack" --check-databases --check-undefined-labels --check-repeated-labels --check-redefined-labels --consistency-queries ql/consistency-queries ql/test --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}"
71
71
env :
72
72
GITHUB_TOKEN : ${{ github.token }}
73
73
unit-tests :
Original file line number Diff line number Diff line change 47
47
run : |
48
48
codeql query compile \
49
49
--check-only \
50
- --ram 52000 \
50
+ --ram 50000 \
51
51
--additional-packs "${{ github.workspace }}" \
52
52
--threads=0 \
53
53
--compilation-cache "${{ steps.query-cache.outputs.cache-dir }}" \
58
58
run : |
59
59
codeql test run \
60
60
--threads=0 \
61
- --ram 52000 \
61
+ --ram 50000 \
62
62
--additional-packs "${{ github.workspace }}" \
63
63
--compilation-cache "${{ steps.query-cache.outputs.cache-dir }}" \
64
64
-- \
Original file line number Diff line number Diff line change 62
62
key : ruby-qltest
63
63
- name : Run QL tests
64
64
run : |
65
- codeql test run --threads=0 --ram 52000 --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 --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}"
65
+ codeql test run --threads=0 --ram 50000 --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 --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}"
66
66
env :
67
67
GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 19
19
run : |
20
20
codeql test run \
21
21
--threads=0 \
22
- --ram 52000 \
22
+ --ram 50000 \
23
23
--search-path "${{ github.workspace }}/swift/extractor-pack" \
24
24
--check-databases \
25
25
--check-unused-labels \
You can’t perform that action at this time.
0 commit comments