Add test mode

This commit is contained in:
David Verdeguer 2020-05-08 16:06:35 +02:00
parent baa9c9e0df
commit c979850d28
3 changed files with 16 additions and 2 deletions

View file

@ -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