From fb1c85798fd477a8fd149ea0888f3833ddab29c7 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Sun, 19 Jan 2025 08:13:49 +0200 Subject: [PATCH] Update action.yml FIX build failure on TERM errors --- .github/workflows/action.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index b5b40260b..49be511fb 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -1,10 +1,13 @@ # Build Script for Nginx Ultimate Bad Bot Blocker using GHA name: CI + strategy: + fail-fast: false + defaults: run: shell: bash - + on: push: branches: @@ -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: |