Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellkrogza authored Mar 1, 2023
1 parent 837aa05 commit a42cd78
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,18 @@ jobs:
run: |
./dev-tools/test-setupngxblocker.sh
- name: Run Beta Tests
shell: bash
run: |
./dev-tools/install-nginx-1.sh
./dev-tools/beta-install-nginx-testing-of-changes.sh
./dev-tools/beta-test-blocker-false-positives.sh
./dev-tools/beta-test-blocker.sh
./dev-tools/beta-test-blocker-badwords.sh
./dev-tools/beta-test-blocker-whitelist-domains.sh
./dev-tools/beta-test-blocker-whitelist-ips.sh
./dev-tools/beta-test-blocker-rate-limiting.sh
./dev-tools/beta-test-blocker-whitelist.sh
#- name: Run Beta Tests
# shell: bash
# run: |
# ./dev-tools/install-nginx-1.sh
# ./dev-tools/beta-install-nginx-testing-of-changes.sh
# ./dev-tools/beta-test-blocker-false-positives.sh
# ./dev-tools/beta-test-blocker.sh
# ./dev-tools/beta-test-blocker-badwords.sh
# ./dev-tools/beta-test-blocker-whitelist-domains.sh
# ./dev-tools/beta-test-blocker-whitelist-ips.sh
# ./dev-tools/beta-test-blocker-rate-limiting.sh
# ./dev-tools/beta-test-blocker-whitelist.sh

- name: Deploy Latest Package
shell: bash
Expand Down

0 comments on commit a42cd78

Please sign in to comment.