We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7ddf8 commit f0590c7Copy full SHA for f0590c7
.github/workflows/browser-tests.yml
@@ -328,7 +328,7 @@ jobs:
328
- name: Run tests
329
run: |
330
cd ${HOME}/build/project
331
- mkdir -p ${{ github.workspace }}/behat-output
+ mkdir -p ${{ GITHUB_WORKSPACE }}/behat-output
332
docker compose --env-file=.env exec -T --user www-data app sh -c '
333
vendor/bin/ibexabehat \
334
--group-count=${{ needs.setup-jobs.outputs.job-count }} \
@@ -343,7 +343,7 @@ jobs:
343
uses: actions/upload-artifact@v4
344
with:
345
name: behat-artifacts
346
- path: ${{ github.workspace }}/behat-output
+ path: ${{ GITHUB_WORKSPACE }}/behat-output
347
348
- if: always() && github.event_name != 'pull_request'
349
name: Create Slack message variables
0 commit comments