Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kotarac committed Nov 29, 2023
1 parent 56d459e commit eb09763
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn install
- run: yarn run lint
- run: yarn run test
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run test

0 comments on commit eb09763

Please sign in to comment.