Skip to content

Commit

Permalink
Implement npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
josephfusco committed May 15, 2024
1 parent 9ecd6f7 commit 787f731
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm

- name: Install dependencies
run: npm ci
Expand All @@ -37,4 +38,5 @@ jobs:
run: npm run test:e2e

- name: Stop WordPress Environment
if: always()
run: npm run wp-env -- stop

0 comments on commit 787f731

Please sign in to comment.