Avoid uploading databases after integration tests

We are still getting coverage of the upload capability through the
standard codeql analysis workflow.
This commit is contained in:
Andrew Eisenberg 2023-03-14 14:55:58 -07:00
parent b8ea587211
commit c208575433
42 changed files with 70 additions and 2 deletions

View file

@ -86,6 +86,8 @@ jobs:
shell: bash
run: ./build.sh
- uses: ./../action/analyze
with:
upload-database: false
env:
DOTNET_GENERATE_ASPNET_CERTIFICATE: 'false'
CODEQL_ACTION_TEST_MODE: true