Skip to content

Commit 46bc3f2

Browse files
authored
Update CI configuration for integration test suite (#218)
* Update configuration of integration test suite to run withour fail-fast behavior * Run Cloudflare Worker test suite only on latest Node version
1 parent 82d9056 commit 46bc3f2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,13 @@ 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+
exclude:
40+
- suite: cloudflare-worker
41+
node-version: 18.x # Only test Cloudflare suite with the latest Node version
42+
fail-fast: false
3943

4044
env:
4145
REPLICATE_API_TOKEN: ${{ secrets.REPLICATE_API_TOKEN }}

0 commit comments

Comments
 (0)