We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99960f commit acdf217Copy full SHA for acdf217
1 file changed
.github/workflows/ci.yml
@@ -65,7 +65,7 @@ jobs:
65
cache-dependency-path: package-lock.json
66
67
- name: Install dependencies
68
- run: npm ci
+ run: npm ci --include=optional
69
70
- name: Setup Database
71
run: |
0 commit comments