We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8efc346 commit 524987eCopy full SHA for 524987e
.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39
node-version: ${{ matrix.node }}
40
cache: 'npm'
41
- name: Install Dependency
42
- run: npm ci
+ run: npm install && npm ci
43
- name: Test generator
44
run: cd generator; mvn package; cd ..
45
- name: Generate code
0 commit comments