Skip to content

Commit c0d218c

Browse files
committed
Fixed notes
1 parent e219615 commit c0d218c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Playwright E2E: PR smoke tests"
1+
name: "Playwright E2E: PR tests"
22
on:
33
pull_request:
44
types: [ "opened", "reopened", "synchronize" ]

.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: 'npm'
3536

3637
- name: Install NPM dependencies
3738
working-directory: ./e2e-playwright

0 commit comments

Comments
 (0)