Skip to content

Commit b0ed6f3

Browse files
committed
another fix
1 parent f813401 commit b0ed6f3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
tags: api:test
4444
build-args: mode=playwright
4545
- name: Run Playwright tests
46-
run: docker run --rm --name playwright \
46+
run: |
47+
docker run --rm --name playwright \
4748
-v $(pwd)/test-results-docker-org:/test-results \
4849
-e VUE_APP_SCOPE=organization \
4950
-e VUE_APP_GITHUB_ORG=octodemo \
@@ -71,7 +72,8 @@ jobs:
7172
tags: api:test
7273
build-args: mode=playwright
7374
- name: Run Playwright tests
74-
run: docker run --rm --name playwright \
75+
run: |
76+
docker run --rm --name playwright \
7577
-v $(pwd)/test-results-docker-ent:/test-results \
7678
-e VUE_APP_SCOPE=enterprise \
7779
-e VUE_APP_GITHUB_ENT=octodemo \

0 commit comments

Comments
 (0)