File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 3434 strategy :
3535 matrix :
3636 node-version : [18.x, 20.x]
37- suite : [commonjs, esm, typescript]
37+ suite : [commonjs, esm, typescript, cloudflare-worker ]
3838 # See supported Node.js release schedule at https://nodejs.org/en/about/previous-releases
3939
4040 env :
4949 cache : " npm"
5050 # Build a production tarball and run the integration tests against it.
5151 - run : |
52+ test "${{ matrix.suite }}" = "cloudflare-worker" && echo "REPLICATE_API_TOKEN=${{ secrets.REPLICATE_API_TOKEN }}" > .dev.vars
5253 PKG_TARBALL=$(npm --loglevel error pack)
54+ npm --prefix integration/${{ matrix.suite }} install-clean
5355 npm --prefix integration/${{ matrix.suite }} install "file:/./$PKG_TARBALL"
5456 npm --prefix integration/${{ matrix.suite }} test
You can’t perform that action at this time.
0 commit comments