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 5555 - uses : actions/checkout@v3
5656 - uses : ./.github/actions/fetch-codeql
5757 - 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
5863 - name : Run QL tests
5964 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 }}"
6166 env :
6267 GITHUB_TOKEN : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments