Skip to content

Commit f813401

Browse files
committed
fix
1 parent 425f69a commit f813401

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
@@ -41,8 +41,9 @@ jobs:
4141
with:
4242
load: true
4343
tags: api:test
44+
build-args: mode=playwright
4445
- name: Run Playwright tests
45-
run: docker run -it --rm --name playwright \
46+
run: docker run --rm --name playwright \
4647
-v $(pwd)/test-results-docker-org:/test-results \
4748
-e VUE_APP_SCOPE=organization \
4849
-e VUE_APP_GITHUB_ORG=octodemo \
@@ -68,8 +69,9 @@ jobs:
6869
with:
6970
load: true
7071
tags: api:test
72+
build-args: mode=playwright
7173
- name: Run Playwright tests
72-
run: docker run -it --rm --name playwright \
74+
run: docker run --rm --name playwright \
7375
-v $(pwd)/test-results-docker-ent:/test-results \
7476
-e VUE_APP_SCOPE=enterprise \
7577
-e VUE_APP_GITHUB_ENT=octodemo \

0 commit comments

Comments
 (0)