Skip to content

Commit 087ed56

Browse files
changed workspace var
1 parent b8b5c2c commit 087ed56

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
@@ -298,7 +298,7 @@ jobs:
298298
- name: Run tests
299299
run: |
300300
cd ${HOME}/build/project
301-
mkdir -p ${{ GITHUB_WORKSPACE }}/behat-output
301+
mkdir -p var/www/behat-output
302302
docker compose --env-file=.env exec -T --user www-data app sh -c '
303303
vendor/bin/ibexabehat \
304304
--group-count=${{ needs.setup-jobs.outputs.job-count }} \
@@ -313,7 +313,7 @@ jobs:
313313
uses: actions/upload-artifact@v4
314314
with:
315315
name: behat-artifacts
316-
path: ${{ GITHUB_WORKSPACE }}/behat-output
316+
path: var/www/behat-output
317317

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

0 commit comments

Comments
 (0)