Skip to content

Commit

Permalink
Add additional modules to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtuBox authored Apr 25, 2024
1 parent 06addbc commit 4bb0cad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,7 @@ jobs:
run: sudo nginx -V
- name: dynamic build
run: sudo bash nginx-build.sh --dynamic || cat /tmp/nginx-ee.log

- name: additional modules
run: sudo bash nginx-build.sh --modules="nginx-modules/nginx-secure-token-module nginx-modules/rate-limit-nginx-module" || cat /tmp/nginx-ee.log
- name : Nginx check additional modules
run: sudo nginx -V

0 comments on commit 4bb0cad

Please sign in to comment.