We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2491ef7 commit b0a05a1Copy full SHA for b0a05a1
.circleci/config.yml
@@ -88,6 +88,7 @@ job-test: &job-test
88
working_directory: build
89
environment:
90
BROWSERTEST_OUTPUT_DIRECTORY: /tmp
91
+ SIMPLETEST_DB: sqlite://tmp/db.sqlite
92
93
- store_test_results:
94
path: .logs/test_results
.github/workflows/test.yml
@@ -158,6 +158,7 @@ jobs:
158
run: php -d pcov.directory=.. vendor/bin/phpunit || [ "${CI_TEST_IGNORE_FAILURE:-0}" -eq 1 ]
159
env:
160
161
162
163
- name: Upload test results as an artifact
164
uses: actions/upload-artifact@v4
0 commit comments