Skip to content

Commit

Permalink
Fix CI and re-arrange
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Jan 5, 2025
1 parent ad7c4ad commit b61ba37
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,31 +59,29 @@ jobs:
- 1.16.1
- 1.14.2
runs-on: ubuntu-latest
container: ubuntu:noble
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
persist-credentials: false
- name: Install required dependencies
run: /bin/bash .scripts/ci-install-deps.sh
run: sudo /bin/bash .scripts/ci-install-deps.sh
- name: Build
run: /bin/bash .scripts/ci-build.sh "${{ matrix.nginx }}"
- name: Unit Tests
run: /bin/bash .scripts/ci-test.sh

build-efficacy:
runs-on: ubuntu-latest
container: ubuntu:noble
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
persist-credentials: false
- name: Install required dependencies
run: /bin/bash .scripts/ci-install-deps.sh
run: sudo /bin/bash .scripts/ci-install-deps.sh
- name: Build
run: /bin/bash .scripts/ci-build.sh "1.25.1"
- name: Run WAF efficacy tests (core only)
Expand Down

0 comments on commit b61ba37

Please sign in to comment.