Skip to content

Commit

Permalink
chore: fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Jul 16, 2024
1 parent 47cb072 commit 65023ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm ci

- name: Lint
run: npm run lint
run: npm run test:lint
test:
name: Test (Node)
runs-on: ${{ matrix.operating-system }}
Expand All @@ -47,5 +47,5 @@ jobs:
run: npm install

- name: Test
run: npm run test
run: npm run test:unit

0 comments on commit 65023ea

Please sign in to comment.