mirror of
https://github.com/actions/github-script.git
synced 2025-12-08 08:06:23 +00:00
Add npm ci to integration test
This commit is contained in:
6
.github/workflows/integration.yml
vendored
6
.github/workflows/integration.yml
vendored
@@ -39,6 +39,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.npm
|
||||
key: ${{runner.os}}-npm-${{hashFiles('**/package-lock.json')}}
|
||||
restore-keys: ${{runner.os}}-npm-
|
||||
- uses: npm ci
|
||||
- id: output-set
|
||||
uses: ./
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user