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 c029838Copy full SHA for c029838
.github/workflows/playwright.yml
@@ -17,6 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
container:
19
image: mcr.microsoft.com/playwright:v1.56.1-noble
20
+ options: --user 1313
21
steps:
22
# Checkout the repository so the workflow has access to the code
23
- name: Checkout code
@@ -31,7 +32,7 @@ jobs:
31
32
- name: Run Playwright tests
33
id: test-ui
34
run: |
- hugo && cd tests && npx playwright test | tee output.log
35
+ ls -al && cd tests && npx playwright test | tee output.log
36
if grep -E "failed|Error" output.log; then
37
echo "Playwright tests failed. Please view the Playwright report to see full error."
38
exit 1
0 commit comments