We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a79e0a commit c9ccc3fCopy full SHA for c9ccc3f
1 file changed
.github/workflows/main-workflow.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install dependencies
18
run: npm ci
19
- name: Install Playwright Browsers
20
- run: npx playwright install --with-deps
+ run: npm playwright install --with-deps
21
- name: Install allure report
22
run: npm install -D allure-playwright
23
- name: Debug Configuration ID
0 commit comments