Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gmolki committed Sep 25, 2024
1 parent aefbf11 commit a5325e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
cache: npm

- name: Install dependencies
run: npm install
run: npm ci

- name: Build packages
run: npm run build

- name: Run lint
run: npm run lint
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build packages
run: npm run build

- name: Run tests
run: npm run test
env:
Expand Down

0 comments on commit a5325e7

Please sign in to comment.