Skip to content

Commit

Permalink
ci: update to support optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmoncada committed Jun 28, 2024
1 parent b9e8b78 commit a298831
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 20,720 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
with:
node-version: lts/*
- name: Install dependencies
run: npm ci
run: npm ci --include=optional
- name: Run tests
run: npm run test-with-coverage
Loading

0 comments on commit a298831

Please sign in to comment.