Changeset 51868 for trunk/.github/workflows/test-coverage.yml
- Timestamp:
- 09/24/2021 04:54:42 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/test-coverage.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-coverage.yml
r51671 r51868 144 144 - name: Run tests as a single site 145 145 if: ${{ ! matrix.multisite }} 146 run: npm run test:php -composer-- --verbose -c phpunit.xml.dist --coverage-clover wp-code-coverage-single-clover-${{ github.sha }}.xml146 run: npm run test:php -- --verbose -c phpunit.xml.dist --coverage-clover wp-code-coverage-single-clover-${{ github.sha }}.xml 147 147 148 148 - name: Ensure version-controlled files are not modified during the tests … … 158 158 - name: Run tests as a multisite install 159 159 if: ${{ matrix.multisite }} 160 run: npm run test:php -composer-- --verbose -c tests/phpunit/multisite.xml --coverage-clover wp-code-coverage-multisite-clover-${{ github.sha }}.xml160 run: npm run test:php -- --verbose -c tests/phpunit/multisite.xml --coverage-clover wp-code-coverage-multisite-clover-${{ github.sha }}.xml 161 161 162 162 - name: Ensure version-controlled files are not modified during the tests
Note: See TracChangeset
for help on using the changeset viewer.