Skip to content

Commit f074008

Browse files
committed
missing session
1 parent 7cc0320 commit f074008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
build-args: mode=playwright
4545
- name: Run Playwright tests
4646
run: |
47-
docker run --rm --name playwright -v $(pwd)/test-results-docker-org:/test-results -e VUE_APP_SCOPE=organization -e VUE_APP_GITHUB_ORG=octodemo -e VUE_APP_GITHUB_API=/api/github -e APP_MOCKED_DATA=true api:test "@org"
47+
docker run --rm --name playwright -v $(pwd)/test-results-docker-org:/test-results -e VUE_APP_SCOPE=organization -e VUE_APP_GITHUB_ORG=octodemo -e VUE_APP_GITHUB_API=/api/github -e APP_MOCKED_DATA=true -e SESSION_SECRET=dummy api:test "@org"
4848
- uses: actions/upload-artifact@v4
4949
if: ${{ !cancelled() }}
5050
with:
@@ -67,7 +67,7 @@ jobs:
6767
build-args: mode=playwright
6868
- name: Run Playwright tests
6969
run: |
70-
docker run --rm --name playwright -v $(pwd)/test-results-docker-ent:/test-results -e VUE_APP_SCOPE=enterprise -e VUE_APP_GITHUB_ENT=octodemo -e VUE_APP_GITHUB_API=/api/github -e APP_MOCKED_DATA=true api:test "@ent"
70+
docker run --rm --name playwright -v $(pwd)/test-results-docker-ent:/test-results -e VUE_APP_SCOPE=enterprise -e VUE_APP_GITHUB_ENT=octodemo -e VUE_APP_GITHUB_API=/api/github -e APP_MOCKED_DATA=true -e SESSION_SECRET=dummy api:test "@ent"
7171
- uses: actions/upload-artifact@v4
7272
if: ${{ !cancelled() }}
7373
with:

0 commit comments

Comments
 (0)