Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JH committed Oct 23, 2023
1 parent cc521f5 commit 9dab59e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3

with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- uses: pnpm/action-setup@v2
with:
version: 8

- run: pnpm --filter=react-esi install
- run: pnpm --filter=react-esi run build
- run: pnpm --filter=react-esi run test
Expand Down

0 comments on commit 9dab59e

Please sign in to comment.