Changeset 59673 for trunk/.github/workflows/test-coverage.yml
- Timestamp:
- 01/21/2025 03:40:51 PM (13 months ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/test-coverage.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-coverage.yml
r59355 r59673 50 50 test-coverage-report: 51 51 name: ${{ matrix.multisite && 'Multisite' || 'Single site' }} report 52 uses: WordPress/wordpress-develop/.github/workflows/reusable-phpunit-tests-v3.yml@trunk52 uses: ./.github/workflows/reusable-phpunit-tests-v3.yml 53 53 permissions: 54 54 contents: read … … 68 68 slack-notifications: 69 69 name: Slack Notifications 70 uses: WordPress/wordpress-develop/.github/workflows/slack-notifications.yml@trunk70 uses: ./.github/workflows/slack-notifications.yml 71 71 permissions: 72 72 actions: read
Note: See TracChangeset
for help on using the changeset viewer.