Skip to content

Commit 7018b6c

Browse files
restored mkdir
1 parent 50ad586 commit 7018b6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/browser-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ jobs:
323323
- name: Run tests
324324
run: |
325325
cd ${HOME}/build/project
326-
# mkdir -p behat-output
326+
mkdir -p ${{ github.workspace }}/behat-output
327327
docker compose --env-file=.env exec -T --user www-data app sh -c '
328328
vendor/bin/ibexabehat \
329329
--group-count=${{ needs.setup-jobs.outputs.job-count }} \
@@ -338,7 +338,7 @@ jobs:
338338
uses: actions/upload-artifact@v4
339339
with:
340340
name: behat-artifacts
341-
path: behat-output
341+
path: ${{ github.workspace }}/behat-output
342342

343343
- if: always() && github.event_name != 'pull_request'
344344
name: Create Slack message variables

0 commit comments

Comments
 (0)