We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f31bf0 commit 3333db2Copy full SHA for 3333db2
1 file changed
.github/workflows/playwright-e2e.yaml
@@ -102,9 +102,9 @@ jobs:
102
done
103
curl -sf --max-time 15 http://localhost:3000 > /dev/null || (echo "Server failed to start" && exit 1)
104
echo "Running Pa11y accessibility tests..."
105
- cd src/SEBT.Portal.Web && pnpm test:a11y
+ pnpm ci:test:a11y
106
echo "Running Playwright E2E tests..."
107
- cd ../.. && pnpm ci:test:e2e:ci
+ pnpm ci:test:e2e:ci
108
109
- name: Upload Playwright report
110
uses: actions/upload-artifact@v4
0 commit comments