Skip to content

Commit 92c71d0

Browse files
committed
t1
1 parent 1065153 commit 92c71d0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ job-test: &job-test
7878
name: Run tests
7979
command: vendor/bin/phpunit || [ "${CI_TEST_IGNORE_FAILURE:-0}" -eq 1 ]
8080
working_directory: build
81+
environment:
82+
BROWSERTEST_OUTPUT_DIRECTORY: "${TMPDIR:-/tmp}"
8183

8284
- store_test_results:
8385
path: .logs/test_results

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ jobs:
105105
- name: Run tests
106106
working-directory: build
107107
run: vendor/bin/phpunit || [ "${CI_TEST_IGNORE_FAILURE:-0}" -eq 1 ]
108+
env:
109+
BROWSERTEST_OUTPUT_DIRECTORY: "${TMPDIR:-/tmp}"
108110

109111
- name: Upload test results as an artifact
110112
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)