We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363c864 commit 5d4a54eCopy full SHA for 5d4a54e
1 file changed
.github/workflows/playwright-e2e.yaml
@@ -1,5 +1,8 @@
1
name: Playwright E2E
2
3
+permissions:
4
+ contents: read
5
+
6
on:
7
push:
8
branches: ["main"]
@@ -86,7 +89,7 @@ jobs:
86
89
IdentifierHasher__SecretKey: "ci-e2e-identifier-hasher-key-32chars"
87
90
Oidc__CompleteLoginSigningKey: "ci-e2e-oidc-signing-key-at-least-32-chars"
88
91
UseMockHouseholdData: "true"
- run: cd src/SEBT.Portal.Web && pnpm exec playwright test --project=chromium
92
+ run: pnpm ci:test:e2e -- --project=chromium
93
94
- name: Upload Playwright report
95
uses: actions/upload-artifact@v4
0 commit comments