Skip to content

Commit 7cc0320

Browse files
committed
single line?
1 parent 135ae4e commit 7cc0320

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,7 @@ jobs:
4444
build-args: mode=playwright
4545
- name: Run Playwright tests
4646
run: |
47-
docker run --rm --name playwright \
48-
-v $(pwd)/test-results-docker-org:/test-results \
49-
-e VUE_APP_SCOPE=organization \
50-
-e VUE_APP_GITHUB_ORG=octodemo \
51-
-e VUE_APP_GITHUB_API=/api/github \
52-
-e APP_MOCKED_DATA=true \
53-
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 api:test "@org"
5448
- uses: actions/upload-artifact@v4
5549
if: ${{ !cancelled() }}
5650
with:
@@ -73,13 +67,7 @@ jobs:
7367
build-args: mode=playwright
7468
- name: Run Playwright tests
7569
run: |
76-
docker run --rm --name playwright \
77-
-v $(pwd)/test-results-docker-ent:/test-results \
78-
-e VUE_APP_SCOPE=enterprise \
79-
-e VUE_APP_GITHUB_ENT=octodemo \
80-
-e VUE_APP_GITHUB_API=/api/github \
81-
-e APP_MOCKED_DATA=true \
82-
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 api:test "@ent"
8371
- uses: actions/upload-artifact@v4
8472
if: ${{ !cancelled() }}
8573
with:

0 commit comments

Comments
 (0)