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 f813401 commit b0ed6f3Copy full SHA for b0ed6f3
.github/workflows/playwright.yml
@@ -43,7 +43,8 @@ jobs:
43
tags: api:test
44
build-args: mode=playwright
45
- name: Run Playwright tests
46
- run: docker run --rm --name playwright \
+ 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 \
@@ -71,7 +72,8 @@ jobs:
71
72
73
74
75
76
77
-v $(pwd)/test-results-docker-ent:/test-results \
78
-e VUE_APP_SCOPE=enterprise \
79
-e VUE_APP_GITHUB_ENT=octodemo \
0 commit comments