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 71edc83 commit 435f4c3Copy full SHA for 435f4c3
.github/workflows/playwright.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Run Playwright tests
32
id: test-ui
33
run: |
34
- make tests | tee output.log
+ cd tests && npx playwright test | tee output.log
35
if grep -q "failed" output.log; then
36
echo "Playwright tests failed. Please view the Playwright report to see full error."
37
exit 1
0 commit comments