Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb7e8f7

Browse files
committed
Add npm ci to integration test
1 parent 4a93ad9 commit fb7e8f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/integration.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@v2
42+
- uses: actions/cache@v1
43+
with:
44+
path: ~/.npm
45+
key: ${{runner.os}}-npm-${{hashFiles('**/package-lock.json')}}
46+
restore-keys: ${{runner.os}}-npm-
47+
- uses: npm ci
4248
- id: output-set
4349
uses: ./
4450
with:

0 commit comments

Comments
 (0)