Add test mode
This commit is contained in:
parent
baa9c9e0df
commit
c979850d28
3 changed files with 16 additions and 2 deletions
7
.github/workflows/integration-testing.yml
vendored
7
.github/workflows/integration-testing.yml
vendored
|
|
@ -22,7 +22,8 @@ jobs:
|
|||
shell: bash
|
||||
run: ./build.sh
|
||||
- uses: ./../action/analyze
|
||||
|
||||
env:
|
||||
TEST_MODE: true
|
||||
|
||||
multi-language-repo/test-custom-queries:
|
||||
strategy:
|
||||
|
|
@ -45,4 +46,6 @@ jobs:
|
|||
- name: Build code
|
||||
shell: bash
|
||||
run: ./build.sh
|
||||
- uses: ./../action/analyze
|
||||
- uses: ./../action/analyze
|
||||
env:
|
||||
TEST_MODE: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue