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 @@ -298,19 +298,15 @@ jobs:
298298 - name : Run tests
299299 run : |
300300 cd ${HOME}/build/project
301- mkdir -p var/www/behat-output
302-
303- docker compose run --rm \
304- -v ${HOME}/build/project/behat-output:/var/www/behat-output \
305- --entrypoint "" \
306- --user www-data app sh -c '
307- vendor/bin/behat \
308- --group-count=${{ needs.setup-jobs.outputs.job-count }} \
309- --group-offset=${{ matrix.offset }} \
310- ${{ inputs.test-suite }} \
311- --process=1
301+ mkdir -p behat-output
302+ docker compose exec -T --user www-data app sh -c '
303+ vendor/bin/behat \
304+ --group-count=${{ needs.setup-jobs.outputs.job-count }} \
305+ --group-offset=${{ matrix.offset }} \
306+ ${{ inputs.test-suite }} \
307+ --process=1
312308 '
313- continue-on-error : true
309+ continue-on-error : false
314310
315311 - name : Upload Behat artifacts
316312 if : failure()
You can’t perform that action at this time.
0 commit comments