Enable test mode for check-codescanning-config Action

This commit is contained in:
Henry Mercer 2022-11-16 16:18:08 +00:00
parent 7cdf75141e
commit ffc2dd6d6d

View file

@ -42,6 +42,8 @@ runs:
packs: ${{ inputs.packs }}
tools: ${{ inputs.tools }}
db-location: ${{ runner.temp }}/codescanning-config-cli-test
env:
CODEQL_ACTION_TEST_MODE: 'true'
- name: Install dependencies
shell: bash