mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
GHA workflow - Add Stage 1 Tests [skip travis]
This commit is contained in:
parent
dd23bfa6e1
commit
b2ae78b92a
1 changed files with 13 additions and 1 deletions
14
.github/workflows/action.yml
vendored
14
.github/workflows/action.yml
vendored
|
@ -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: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue