Skip to content

Commit 524987e

Browse files
committed
Update workflows/test.yml to run 'npm install' before 'npm ci'
1 parent 8efc346 commit 524987e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
node-version: ${{ matrix.node }}
4040
cache: 'npm'
4141
- name: Install Dependency
42-
run: npm ci
42+
run: npm install && npm ci
4343
- name: Test generator
4444
run: cd generator; mvn package; cd ..
4545
- name: Generate code

0 commit comments

Comments
 (0)