GHA workflow - Fix Test 1 [skip travis]

This commit is contained in:
Mitchell Krog 2021-07-05 08:21:24 +02:00
parent 4de16cf144
commit 594e2f369f
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -54,6 +54,8 @@ jobs:
- name: Test Blocker - Stage 1 - name: Test Blocker - Stage 1
shell: bash shell: bash
run: | run: |
echo "export TERM=xterm" >> ~/.bashrc
source ~/.bashrc
./dev-tools/test-blocker-false-positives.sh ./dev-tools/test-blocker-false-positives.sh
./dev-tools/test-blocker-quick.sh ./dev-tools/test-blocker-quick.sh
./dev-tools/test-blocker-badwords.sh ./dev-tools/test-blocker-badwords.sh