Skip to content

Commit e58e941

Browse files
changed workspace var
1 parent 36f47d6 commit e58e941

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 ${{ GITHUB_WORKSPACE }}/behat-output
326+
mkdir -p var/www/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: ${{ GITHUB_WORKSPACE }}/behat-output
341+
path: var/www/behat-output
342342

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

0 commit comments

Comments
 (0)