Skip to content

Commit

Permalink
add explicit cypress cache step
Browse files Browse the repository at this point in the history
  • Loading branch information
Barukimang committed Jan 8, 2024
1 parent 08b2252 commit 0915d5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Cache Cypress binary
uses: actions/cache@v2
with:
path: ~/.cache/Cypress
key: cypress-${{ runner.os }}-cache-${{ hashFiles('**/package-lock.json') }}

- name: Install NodeJS
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 0915d5d

Please sign in to comment.