File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 55
55
- uses : actions/checkout@v3
56
56
- uses : ./.github/actions/fetch-codeql
57
57
- uses : ./ruby/actions/create-extractor-pack
58
+ - name : Cache compilation cache
59
+ id : query-cache
60
+ uses : ./.github/actions/cache-query-compilation
61
+ with :
62
+ key : ruby-qltest
58
63
- name : Run QL tests
59
64
run : |
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
65
+ 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 --compilation-cache "${{ steps.query-cache.outputs.cache-dir }}"
61
66
env :
62
67
GITHUB_TOKEN : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments