Skip to content

Commit 063c3fb

Browse files
committed
Fixed npm run in e2e tests
1 parent a3910a4 commit 063c3fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/e2e-playwright-run.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
uses: actions/setup-node@v3
3333
with:
3434
node-version: 18
35+
cache-dependency-path: ./e2e-playwright/package-lock.json
3536
cache: 'npm'
3637

3738
- name: Install NPM dependencies

0 commit comments

Comments
 (0)