Skip to content

Commit 6db4c72

Browse files
Minor cleanup
1 parent 33134d7 commit 6db4c72

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,18 +105,17 @@ jobs:
105105
- compile
106106
name: Smoke tests
107107
strategy:
108-
fail-fast: true
108+
fail-fast: false
109109
matrix:
110-
runner: [ubuntu-22.04]
111110
node-version: [20.x, 22.x, 24.x]
112-
runs-on: ${{ matrix.runner }}
111+
runs-on: ubuntu-22.04
113112
steps:
114113
- name: Code checkout
115114
uses: actions/checkout@v4
116115
- name: Install Node ${{ matrix.node-version }} and Dependencies
117116
uses: ./.github/actions/npm-setup
118117
with:
119-
runner: ${{ matrix.runner }}
118+
runner: ubuntu-22.04
120119
node-version: ${{ matrix.node-version }}
121120
workspace: "testcontainers"
122121
- name: Build testcontainers

0 commit comments

Comments
 (0)