Changeset 51355 for trunk/.github/workflows/phpunit-tests.yml
- Timestamp:
- 07/06/2021 06:36:46 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests.yml
r51341 r51355 56 56 # - Install WordPress within the Docker container. 57 57 # - Run the PHPUnit tests. 58 # - Ensures version-controlled files are not modified or deleted. 58 59 # - Checks out the WordPress Test reporter repository. 59 60 # - Reconnect the directory to the Git repository. … … 222 223 run: LOCAL_PHP_XDEBUG=true npm run test:${{ env.PHPUNIT_SCRIPT }} -- -v --group xdebug --exclude-group __fakegroup__ 223 224 225 - name: Ensure version-controlled files are not modified or deleted 226 run: git diff --exit-code 227 224 228 - name: Checkout the WordPress Test Reporter 225 229 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/master' && matrix.report }}
Note: See TracChangeset
for help on using the changeset viewer.