Skip to content

Commit 98667bd

Browse files
removed folder mkdir
1 parent 1850548 commit 98667bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/browser-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ jobs:
328328
- name: Run tests
329329
run: |
330330
cd ${HOME}/build/project
331-
mkdir -p behat-output
331+
# mkdir -p behat-output
332332
docker compose --env-file=.env exec -T --user www-data app sh -c '
333333
vendor/bin/ibexabehat \
334334
--group-count=${{ needs.setup-jobs.outputs.job-count }} \

0 commit comments

Comments
 (0)