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