Skip to content

Commit 5ffd96c

Browse files
committed
Update configuration of integration test suite to run withour fail-fast behavior
1 parent 82d9056 commit 5ffd96c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ jobs:
3333

3434
strategy:
3535
matrix:
36+
# See supported Node.js release schedule at https://nodejs.org/en/about/previous-releases
3637
node-version: [18.x, 20.x]
3738
suite: [commonjs, esm, typescript, cloudflare-worker]
38-
# See supported Node.js release schedule at https://nodejs.org/en/about/previous-releases
39+
fail-fast: false
3940

4041
env:
4142
REPLICATE_API_TOKEN: ${{ secrets.REPLICATE_API_TOKEN }}

0 commit comments

Comments
 (0)