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 44
44
build-args : mode=playwright
45
45
- name : Run Playwright tests
46
46
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"
54
48
- uses : actions/upload-artifact@v4
55
49
if : ${{ !cancelled() }}
56
50
with :
73
67
build-args : mode=playwright
74
68
- name : Run Playwright tests
75
69
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"
83
71
- uses : actions/upload-artifact@v4
84
72
if : ${{ !cancelled() }}
85
73
with :
You can’t perform that action at this time.
0 commit comments