Skip to content

Commit

Permalink
trying to get ci to work
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwoert committed Dec 28, 2023
1 parent f3500ad commit 1fe40fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 21.x
- name: Setup repo
run: npm ci --no-optional
run: npm i --no-optional
- name: Linting
run: npm run lint
- name: Types
Expand All @@ -35,7 +35,7 @@ jobs:
with:
node-version: 21.x
- name: Setup repo
run: npm i
run: npm i --omit=optional
- name: Jest
run: npm run test
build:
Expand Down

0 comments on commit 1fe40fb

Please sign in to comment.