GHA workflow - Add Stage 1 Tests [skip travis]

This commit is contained in:
Mitchell Krog 2021-07-05 08:00:16 +02:00
parent dd23bfa6e1
commit b2ae78b92a
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -35,7 +35,7 @@ jobs:
sudo apt -y install dos2unix sudo apt -y install dos2unix
- name: Run build - name: Configure Nginx - Stage 1
shell: bash shell: bash
run: | run: |
echo "export TERM=xterm" >> ~/.bashrc echo "export TERM=xterm" >> ~/.bashrc
@ -50,6 +50,18 @@ jobs:
./dev-tools/generate-files.sh ./dev-tools/generate-files.sh
./dev-tools/install-nginx-1.sh ./dev-tools/install-nginx-1.sh
- name: Test Blocker - Stage 1
shell: bash
run: |
./dev-tools/test-blocker-false-positives.sh
./dev-tools/test-blocker-quick.sh
./dev-tools/test-blocker-badwords.sh
./dev-tools/test-blocker-whitelist-domains.sh
./dev-tools/test-blocker-whitelist-ips.sh
./dev-tools/test-blocker-rate-limiting.sh
./dev-tools/test-blocker-whitelist.sh
- name: Debug - name: Debug
shell: bash shell: bash
run: | run: |