Skip to content

Commit b0a05a1

Browse files
committed
[#251] Fixed tests file in CI due to a long DB name,
1 parent 2491ef7 commit b0a05a1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ job-test: &job-test
8888
working_directory: build
8989
environment:
9090
BROWSERTEST_OUTPUT_DIRECTORY: /tmp
91+
SIMPLETEST_DB: sqlite://tmp/db.sqlite
9192

9293
- store_test_results:
9394
path: .logs/test_results

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ jobs:
158158
run: php -d pcov.directory=.. vendor/bin/phpunit || [ "${CI_TEST_IGNORE_FAILURE:-0}" -eq 1 ]
159159
env:
160160
BROWSERTEST_OUTPUT_DIRECTORY: /tmp
161+
SIMPLETEST_DB: sqlite://tmp/db.sqlite
161162

162163
- name: Upload test results as an artifact
163164
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)