File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 42
42
-
43
43
name : Start services
44
44
run : docker compose up --wait --no-build
45
- -
46
- name : Debug services
47
- if : failure()
48
- run : |
49
- docker compose ps
50
- docker compose logs
51
45
-
52
46
name : Check HTTP reachability
53
47
run : curl -v -o /dev/null http://localhost
75
69
-
76
70
name : Check OpenAPI
77
71
run : docker compose exec -T php bin/console api:openapi:export --yaml | docker run --rm -i -v $(pwd)/redocly.yaml:/spec/redocly.yaml redocly/cli lint /dev/stdin
72
+ -
73
+ name : Debug services
74
+ if : failure()
75
+ run : |
76
+ docker compose ps
77
+ docker compose logs
78
78
79
79
# run e2e tests iso-prod
80
80
e2e-tests :
@@ -121,12 +121,6 @@ jobs:
121
121
-
122
122
name : Start Services
123
123
run : docker compose up --wait --no-build
124
- -
125
- name : Debug Services
126
- if : failure()
127
- run : |
128
- docker compose ps
129
- docker compose logs
130
124
-
131
125
name : Load Fixtures
132
126
run : docker compose run --rm php bin/console doctrine:fixtures:load --no-interaction
@@ -176,6 +170,12 @@ jobs:
176
170
if : ${{ !cancelled() }}
177
171
# use 1 worker to prevent conflict between scenarios
178
172
run : pnpm exec playwright test --grep @write --workers=1
173
+ -
174
+ name : Debug Services
175
+ if : failure()
176
+ run : |
177
+ docker compose ps
178
+ docker compose logs
179
179
-
180
180
uses : actions/upload-artifact@v4
181
181
if : failure()
You can’t perform that action at this time.
0 commit comments