Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrykingxyz committed Jan 3, 2025
1 parent ff9223e commit f1e4ddf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,8 @@ jobs:
# .tool_cache is required by pnpm
options: -v ${{ runner.tool_cache }}:$HOME/.tool_cache
script: |
export PATH=$HOME/.tool_cache/pnpm/node_modules/.bin:$PATH
pnpm run build:js
pnpm run test:e2e
npm run build:js
npm run test:e2e
test:
needs: build
Expand Down

0 comments on commit f1e4ddf

Please sign in to comment.