Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsag committed Jan 14, 2025
1 parent 1247322 commit 30214cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ jobs:
run: npm run build --if-present
- name: Install unit tests dependencies
run: npm run pre-test
with:
cache: 'npm'
- name: Unit tests
run: npm run test:ci

0 comments on commit 30214cc

Please sign in to comment.