Skip to content

Commit

Permalink
ci: fix vitest in NAPI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-ru committed Nov 27, 2023
1 parent 2f5bc08 commit dea041a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/napi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ env:
APP_NAME: napi
MACOSX_DEPLOYMENT_TARGET: '10.13'
WORKING_DIR_PATH: ${{ github.workspace }}/crates/fervid_napi
CI: true
permissions:
contents: write
id-token: write
Expand Down Expand Up @@ -192,7 +193,7 @@ jobs:
run: ls -R .
shell: bash
- name: Test bindings
run: docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-slim yarn test
run: docker run --rm -e CI=true -v $(pwd):/build -w /build node:${{ matrix.node }}-slim yarn test

publish:
name: Publish
Expand Down

0 comments on commit dea041a

Please sign in to comment.