There was an error while loading. Please reload this page.
1 parent 79f3013 commit 3cedd8bCopy full SHA for 3cedd8b
1 file changed
.github/workflows/test-runner.yml
@@ -47,6 +47,17 @@ jobs:
47
with:
48
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
49
50
+ - name: Setup Node.js
51
+ uses: actions/setup-node@v4
52
+ with:
53
+ node-version: '20'
54
+ cache: 'npm'
55
+
56
+ - name: Install and update Playwright
57
+ run: |
58
+ npm install playwright@latest
59
+ npx playwright install
60
61
- name: Validate composer.json and composer.lock
62
run: composer validate --strict
63
0 commit comments