mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Update action.yml
This commit is contained in:
parent
837aa050b9
commit
a42cd789fc
1 changed files with 12 additions and 12 deletions
24
.github/workflows/action.yml
vendored
24
.github/workflows/action.yml
vendored
|
@ -87,18 +87,18 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
./dev-tools/test-setupngxblocker.sh
|
./dev-tools/test-setupngxblocker.sh
|
||||||
|
|
||||||
- name: Run Beta Tests
|
#- name: Run Beta Tests
|
||||||
shell: bash
|
# shell: bash
|
||||||
run: |
|
# run: |
|
||||||
./dev-tools/install-nginx-1.sh
|
# ./dev-tools/install-nginx-1.sh
|
||||||
./dev-tools/beta-install-nginx-testing-of-changes.sh
|
# ./dev-tools/beta-install-nginx-testing-of-changes.sh
|
||||||
./dev-tools/beta-test-blocker-false-positives.sh
|
# ./dev-tools/beta-test-blocker-false-positives.sh
|
||||||
./dev-tools/beta-test-blocker.sh
|
# ./dev-tools/beta-test-blocker.sh
|
||||||
./dev-tools/beta-test-blocker-badwords.sh
|
# ./dev-tools/beta-test-blocker-badwords.sh
|
||||||
./dev-tools/beta-test-blocker-whitelist-domains.sh
|
# ./dev-tools/beta-test-blocker-whitelist-domains.sh
|
||||||
./dev-tools/beta-test-blocker-whitelist-ips.sh
|
# ./dev-tools/beta-test-blocker-whitelist-ips.sh
|
||||||
./dev-tools/beta-test-blocker-rate-limiting.sh
|
# ./dev-tools/beta-test-blocker-rate-limiting.sh
|
||||||
./dev-tools/beta-test-blocker-whitelist.sh
|
# ./dev-tools/beta-test-blocker-whitelist.sh
|
||||||
|
|
||||||
- name: Deploy Latest Package
|
- name: Deploy Latest Package
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue