Skip to content

Commit

Permalink
Update CI configuration for integration test suite (#218)
Browse files Browse the repository at this point in the history
* Update configuration of integration test suite to run withour fail-fast behavior

* Run Cloudflare Worker test suite only on latest Node version
  • Loading branch information
mattt authored Mar 12, 2024
1 parent 82d9056 commit 46bc3f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,13 @@ jobs:

strategy:
matrix:
# See supported Node.js release schedule at https://nodejs.org/en/about/previous-releases
node-version: [18.x, 20.x]
suite: [commonjs, esm, typescript, cloudflare-worker]
# See supported Node.js release schedule at https://nodejs.org/en/about/previous-releases
exclude:
- suite: cloudflare-worker
node-version: 18.x # Only test Cloudflare suite with the latest Node version
fail-fast: false

env:
REPLICATE_API_TOKEN: ${{ secrets.REPLICATE_API_TOKEN }}
Expand Down

0 comments on commit 46bc3f2

Please sign in to comment.