Skip to content

Commit

Permalink
don't fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Dec 20, 2024
1 parent b2e613d commit 0bb901f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
name: Build
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
Expand Down Expand Up @@ -72,6 +73,7 @@ jobs:
name: Acceptance Tests
needs: build
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
Expand Down Expand Up @@ -154,6 +156,7 @@ jobs:
- /var/run/docker.sock:/var/run/docker.sock

strategy:
fail-fast: false
matrix:
demo-folder:
- demo-localstack
Expand Down Expand Up @@ -247,6 +250,7 @@ jobs:
needs: build
runs-on: ${{ matrix.flavor.os }}
strategy:
fail-fast: false
matrix:
flavor:
- { os: ubuntu-latest, target: linux }
Expand Down Expand Up @@ -303,6 +307,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
demo-folder:
# - demo-component-manifest
Expand Down Expand Up @@ -355,6 +360,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
demo-folder:
- demo-context
Expand Down

0 comments on commit 0bb901f

Please sign in to comment.