Update action.yml

FIX build failure on TERM errors
This commit is contained in:
Mitchell Krog 2025-01-19 08:13:49 +02:00 committed by GitHub
parent dd2a94a7b0
commit fb1c85798f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,9 @@
# Build Script for Nginx Ultimate Bad Bot Blocker using GHA
name: CI
strategy:
fail-fast: false
defaults:
run:
shell: bash
@ -20,8 +23,6 @@ jobs:
build:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v2
@ -45,8 +46,6 @@ jobs:
./dev-tools/generate-files.sh
./dev-tools/install-nginx-1.sh
continue-on-error: true
- name: Configure Nginx & Generate Blocker Files - Stage 2
shell: bash
run: |