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 1065153 commit 92c71d0Copy full SHA for 92c71d0
.circleci/config.yml
@@ -78,6 +78,8 @@ job-test: &job-test
78
name: Run tests
79
command: vendor/bin/phpunit || [ "${CI_TEST_IGNORE_FAILURE:-0}" -eq 1 ]
80
working_directory: build
81
+ environment:
82
+ BROWSERTEST_OUTPUT_DIRECTORY: "${TMPDIR:-/tmp}"
83
84
- store_test_results:
85
path: .logs/test_results
.github/workflows/test.yml
@@ -105,6 +105,8 @@ jobs:
105
- name: Run tests
106
working-directory: build
107
run: vendor/bin/phpunit || [ "${CI_TEST_IGNORE_FAILURE:-0}" -eq 1 ]
108
+ env:
109
110
111
- name: Upload test results as an artifact
112
uses: actions/upload-artifact@v4
0 commit comments