Skip to content

Commit

Permalink
feat: refactoring of e2e workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-luzmo committed Aug 23, 2024
1 parent b00d525 commit 6fd2809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version-file: .nvmrc
- name: Cache restore
uses: actions/cache/restore@v2
uses: actions/cache/restore@v4
id: cache-restore
with:
path: |
Expand All @@ -41,7 +41,7 @@ jobs:
e2e/test-results/
retention-days: 10
- name: Cache save
uses: actions/cache/save@v2
uses: actions/cache/save@v4
with:
path: |
e2e/node_modules
Expand Down

0 comments on commit 6fd2809

Please sign in to comment.