Skip to content

Commit 7a46146

Browse files
authored
chore(ci): do not fail fast in the Testcontainers Cloud run (#3164)
1 parent 2740634 commit 7a46146

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585
- lint
8686
name: "Test using Testcontainers Cloud"
8787
strategy:
88+
# We don't want to fail the build the soonest but identify which modules passed and failed.
89+
fail-fast: false
8890
matrix:
8991
go-version: [1.23.x, 1.24.x]
9092
uses: ./.github/workflows/ci-test-go.yml

0 commit comments

Comments
 (0)