Skip to content

Commit c029838

Browse files
committed
Dummy: Dummy
1 parent bb01d76 commit c029838

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
container:
1919
image: mcr.microsoft.com/playwright:v1.56.1-noble
20+
options: --user 1313
2021
steps:
2122
# Checkout the repository so the workflow has access to the code
2223
- name: Checkout code
@@ -31,7 +32,7 @@ jobs:
3132
- name: Run Playwright tests
3233
id: test-ui
3334
run: |
34-
hugo && cd tests && npx playwright test | tee output.log
35+
ls -al && cd tests && npx playwright test | tee output.log
3536
if grep -E "failed|Error" output.log; then
3637
echo "Playwright tests failed. Please view the Playwright report to see full error."
3738
exit 1

0 commit comments

Comments
 (0)