We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3736993 commit 518f083Copy full SHA for 518f083
.github/workflows/browser-tests.yml
@@ -332,6 +332,7 @@ jobs:
332
# run behat inside the app container, with volume mount
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/ibexabehat \
338
--group-count=${{ needs.setup-jobs.outputs.job-count }} \
0 commit comments