We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425f69a commit f813401Copy full SHA for f813401
.github/workflows/playwright.yml
@@ -41,8 +41,9 @@ jobs:
41
with:
42
load: true
43
tags: api:test
44
+ build-args: mode=playwright
45
- name: Run Playwright tests
- run: docker run -it --rm --name playwright \
46
+ run: docker run --rm --name playwright \
47
-v $(pwd)/test-results-docker-org:/test-results \
48
-e VUE_APP_SCOPE=organization \
49
-e VUE_APP_GITHUB_ORG=octodemo \
@@ -68,8 +69,9 @@ jobs:
68
69
70
71
72
73
74
75
-v $(pwd)/test-results-docker-ent:/test-results \
76
-e VUE_APP_SCOPE=enterprise \
77
-e VUE_APP_GITHUB_ENT=octodemo \
0 commit comments