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 04e90a2 commit b8b5c2cCopy full SHA for b8b5c2c
.github/workflows/browser-tests.yml
@@ -298,7 +298,7 @@ jobs:
298
- name: Run tests
299
run: |
300
cd ${HOME}/build/project
301
- mkdir -p ${{ github.workspace }}/behat-output
+ mkdir -p ${{ GITHUB_WORKSPACE }}/behat-output
302
docker compose --env-file=.env exec -T --user www-data app sh -c '
303
vendor/bin/ibexabehat \
304
--group-count=${{ needs.setup-jobs.outputs.job-count }} \
@@ -313,7 +313,7 @@ jobs:
313
uses: actions/upload-artifact@v4
314
with:
315
name: behat-artifacts
316
- path: ${{ github.workspace }}/behat-output
+ path: ${{ GITHUB_WORKSPACE }}/behat-output
317
318
- if: always() && github.event_name != 'pull_request'
319
name: Create Slack message variables
0 commit comments