Skip to content

Commit 7e70f69

Browse files
committed
Dummy: Dummy
1 parent bb01d76 commit 7e70f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Run Playwright tests
3232
id: test-ui
3333
run: |
34-
hugo && cd tests && npx playwright test | tee output.log
34+
ls && cd tests && npx playwright test | tee output.log
3535
if grep -E "failed|Error" output.log; then
3636
echo "Playwright tests failed. Please view the Playwright report to see full error."
3737
exit 1

0 commit comments

Comments
 (0)