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 cc68cf4 commit 989ea90Copy full SHA for 989ea90
.github/workflows/browser-tests.yml
@@ -328,7 +328,7 @@ jobs:
328
- name: Run tests
329
run: |
330
cd ${HOME}/build/project
331
- mkdir -p ${{ github.workspace }}/behat-output
+ mkdir -p behat-output
332
docker compose --env-file=.env exec -T --user www-data app sh -c '
333
vendor/bin/ibexabehat \
334
--group-count=${{ needs.setup-jobs.outputs.job-count }} \
0 commit comments