Skip to content

Commit

Permalink
fix github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
atalantus committed Mar 29, 2024
1 parent 6349dee commit 0e39fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: pnpm ci
- run: CI=true pnpm i # see: https://stackoverflow.com/a/75486166/6920681
- run: pnpm test

0 comments on commit 0e39fed

Please sign in to comment.