Skip to content

Commit e3d7387

Browse files
nb-99chrisingenhaag
authored andcommitted
chore: disable fail-fast
1 parent e642717 commit e3d7387

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
kong_version: [ "2.8.3", "3.0", "3.4", "3.5", "3.8", "3.9.1" ]
21-
keycloak_version: [ "26.0", "26.3" ]
20+
kong_version: ["2.8.3", "3.0", "3.4", "3.5", "3.8", "3.9.1"]
21+
keycloak_version: ["26.0", "26.3"]
22+
fail-fast: false
2223
env:
2324
KONG_VERSION: ${{ matrix.kong_version }}
2425
KEYCLOAK_VERSION: ${{ matrix.keycloak_version }}
2526
steps:
2627
- uses: actions/checkout@v4
2728
with:
28-
submodules: 'true'
29+
submodules: "true"
2930
- name: Run Tests
30-
run: docker compose build --no-cache && docker compose up --exit-code-from tests tests
31+
run: docker compose build --no-cache && docker compose up --exit-code-from tests tests

0 commit comments

Comments
 (0)