Skip to content

Commit b9203de

Browse files
changed workspace var
1 parent f0590c7 commit b9203de

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
@@ -328,7 +328,7 @@ jobs:
328328
- name: Run tests
329329
run: |
330330
cd ${HOME}/build/project
331-
mkdir -p ${{ GITHUB_WORKSPACE }}/behat-output
331+
mkdir -p var/www/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 }} \
@@ -343,7 +343,7 @@ jobs:
343343
uses: actions/upload-artifact@v4
344344
with:
345345
name: behat-artifacts
346-
path: ${{ GITHUB_WORKSPACE }}/behat-output
346+
path: var/www/behat-output
347347

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

0 commit comments

Comments
 (0)