Fixes integration test

This commit is contained in:
Alex Croteau 2022-01-26 08:11:23 -05:00
parent 1bfa9ace60
commit 260b4d5dc4
2 changed files with 4 additions and 0 deletions

View file

@ -57,12 +57,14 @@ jobs:
with:
ref: refs/heads/main
sha: dc1e2655b666a6d3624deba0983c9e6105d92dd4
category: analyze
env:
TEST_MODE: true
- uses: ./../action/upload-sarif
with:
ref: refs/heads/main
sha: dc1e2655b666a6d3624deba0983c9e6105d92dd4
category: upload
env:
TEST_MODE: true
env:

View file

@ -13,11 +13,13 @@ steps:
with:
ref: 'refs/heads/main'
sha: 'dc1e2655b666a6d3624deba0983c9e6105d92dd4'
category: 'analyze'
env:
TEST_MODE: true
- uses: ./../action/upload-sarif
with:
ref: 'refs/heads/main'
sha: 'dc1e2655b666a6d3624deba0983c9e6105d92dd4'
category: 'upload'
env:
TEST_MODE: true