We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35c2c4 commit 2cdf70dCopy full SHA for 2cdf70d
.github/workflows/test-runner.yml
@@ -63,6 +63,9 @@ jobs:
63
- name: Install dependencies
64
run: composer update --prefer-dist --no-progress --${{ matrix.dependency-version }}
65
66
+ - name: Publish configs
67
+ run: ./vendor/bin/testbench vendor:publish --tag=eclipse-config
68
+
69
- name: Run test suite
70
run: composer test -- --coverage-clover ./coverage.xml
71
0 commit comments