Skip to content

Commit

Permalink
chore: verifying cache restore on github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Jul 2, 2023
1 parent 3346333 commit 0a8cd23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/branch.yml
Expand Up @@ -39,11 +39,14 @@ jobs:
needs: [install]
runs-on: ubuntu-latest
steps:
- run: ls
- uses: actions/checkout@v3
- run: ls
- uses: actions/cache@v3
with:
path: ~/.npm # this is cache where npm installs from before going out to the network
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
- run: ls
- run: make secure
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit 0a8cd23

Please sign in to comment.