We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d919b1 commit ead3bfcCopy full SHA for ead3bfc
.github/workflows/deployment.yml
@@ -20,7 +20,6 @@ jobs:
20
- uses: actions/setup-node@v1
21
with:
22
node-version: 16
23
- - uses: microsoft/playwright-github-action@v1
24
- uses: actions/cache@v1
25
26
path: ~/.npm
@@ -29,6 +28,8 @@ jobs:
29
28
${{ runner.os }}-node-
30
- name: Install dependencies
31
run: npm ci
+ - name: Install Playwright dependencies
32
+ run: npx playwright install --with-deps
33
- name: Run tests
34
run: npm test
35
test_win:
@@ -48,6 +49,8 @@ jobs:
48
49
50
51
52
53
54
55
56
tag:
0 commit comments