File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -168,9 +168,10 @@ jobs:
168168 run : ${{env.docker_compose_cmd}} exec -T e2e yarn test:ci
169169
170170 - uses : actions/upload-artifact@v4
171+ if : ${{ always() }}
171172 with :
172173 name : playwright-report
173- path : playwright-report/
174+ path : front/e2e/ playwright-report
174175 retention-days : 30
175176
176177 - name : Frontend Coverage Report
Original file line number Diff line number Diff line change 11services :
2-
2+
33 certbot :
44 environment :
55 - SELF_SIGNED=true
6-
6+
77 php :
88 build :
99 target : gally_php_ci
@@ -37,5 +37,7 @@ services:
3737 extends :
3838 file : ./compose.e2e.yml
3939 service : e2e
40+ volumes :
41+ - ./front/e2e/playwright-report:/usr/src/app/playwright-report:rw,cached,z
4042 environment :
4143 - CI=true
You can’t perform that action at this time.
0 commit comments