Changeset 51357 for branches/5.8/.github/workflows/phpunit-tests.yml
- Timestamp:
- 07/06/2021 07:12:23 PM (4 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/.github/workflows/phpunit-tests.yml
r50930 r51357 57 57 # - Install WordPress within the Docker container. 58 58 # - Run the PHPUnit tests. 59 # - Ensures version-controlled files are not modified or deleted. 59 60 # - Checks out the WordPress Test reporter repository. 60 61 # - Reconnect the directory to the Git repository. … … 231 232 run: LOCAL_PHP_XDEBUG=true npm run test:${{ env.PHPUNIT_SCRIPT }} -- -v --group xdebug --exclude-group __fakegroup__ 232 233 234 - name: Ensure version-controlled files are not modified or deleted 235 run: git diff --exit-code 236 233 237 - name: Checkout the WordPress Test Reporter 234 238 if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/master' && matrix.report }}
Note: See TracChangeset
for help on using the changeset viewer.