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 4e1a02f commit 7df822fCopy full SHA for 7df822f
.github/workflows/deployment.yml
@@ -27,10 +27,10 @@ jobs:
27
with:
28
node-version: 18
29
cache: 'npm'
30
- - name: Install Playwright Browsers
31
- run: npx playwright install --with-deps
32
- name: Install dependencies
33
run: npm ci
+ - name: Install Playwright Browsers
+ run: npx playwright install --with-deps
34
- name: Run tests
35
run: npm test
36
# test_win:
0 commit comments