File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 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 :
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 :
You can’t perform that action at this time.
0 commit comments