mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
GHA workflow - Fix Test 1 [skip travis]
This commit is contained in:
parent
594e2f369f
commit
459fb6207b
1 changed files with 1 additions and 7 deletions
8
.github/workflows/action.yml
vendored
8
.github/workflows/action.yml
vendored
|
@ -54,8 +54,6 @@ 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
|
||||||
|
@ -72,11 +70,7 @@ jobs:
|
||||||
sudo netstat -napt
|
sudo netstat -napt
|
||||||
cat /etc/nginx/nginx.conf
|
cat /etc/nginx/nginx.conf
|
||||||
sudo systemctl list-units --type=service --all
|
sudo systemctl list-units --type=service --all
|
||||||
#sudo systemctl list-units --type=service --all
|
curl -A "Titan" http://localhost:80 2>&1
|
||||||
#sudo systemctl list-units --type=service --all
|
|
||||||
#sudo systemctl list-units --type=service --all
|
|
||||||
#sudo systemctl status nginx.service
|
|
||||||
#sudo systemctl status nginx
|
|
||||||
if: always()
|
if: always()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue