Don't bypass the toolcache in test mode
This commit is contained in:
parent
5862bae77e
commit
96a8424f0c
56 changed files with 135 additions and 4 deletions
2
.github/query-filter-test/action.yml
vendored
2
.github/query-filter-test/action.yml
vendored
|
|
@ -34,6 +34,8 @@ runs:
|
|||
config-file: ${{ inputs.config-file }}
|
||||
tools: ${{ inputs.tools }}
|
||||
db-location: ${{ runner.temp }}/query-filter-test
|
||||
env:
|
||||
TEST_MODE: "true"
|
||||
- uses: ./../action/analyze
|
||||
with:
|
||||
output: ${{ runner.temp }}/results
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue