Skip to content

Commit

Permalink
added cache
Browse files Browse the repository at this point in the history
  • Loading branch information
henriqueweiand committed Oct 31, 2023
1 parent 563baa3 commit dd7f84c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Cache dependencies
uses: actions/cache@v2
with:
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
path: node_modules

- name: Use Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit dd7f84c

Please sign in to comment.