Skip to content

Commit

Permalink
ci: npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
bounteous17 committed Feb 22, 2024
1 parent ee97beb commit 561c4e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
env: # Or as an environment variable
env:
CONTENTFUL_ACCESS_TOKEN: ${{ secrets.CONTENTFUL_ACCESS_TOKEN }}
CONTENTFUL_SPACE: ${{ vars.CONTENTFUL_SPACE }}
CONTENTFUL_ENVIRONMENT: ${{ vars.CONTENTFUL_ENVIRONMENT }}
Expand All @@ -23,6 +23,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm install
- run: npm test
- run: npm run test:e2e

0 comments on commit 561c4e4

Please sign in to comment.