File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -328,19 +328,15 @@ jobs:
328328 - name : Run tests
329329 run : |
330330 cd ${HOME}/build/project
331- mkdir -p var/www/behat-output
332-
333- docker compose run --rm \
334- -v ${HOME}/build/project/behat-output:/var/www/behat-output \
335- --entrypoint "" \
336- --user www-data app sh -c '
337- vendor/bin/behat \
338- --group-count=${{ needs.setup-jobs.outputs.job-count }} \
339- --group-offset=${{ matrix.offset }} \
340- ${{ inputs.test-suite }} \
341- --process=1
331+ mkdir -p behat-output
332+ docker compose exec -T --user www-data app sh -c '
333+ vendor/bin/behat \
334+ --group-count=${{ needs.setup-jobs.outputs.job-count }} \
335+ --group-offset=${{ matrix.offset }} \
336+ ${{ inputs.test-suite }} \
337+ --process=1
342338 '
343- continue-on-error : true
339+ continue-on-error : false
344340
345341 - name : Upload Behat artifacts
346342 if : failure()
You can’t perform that action at this time.
0 commit comments