Ensure that when an archiveless post is created manually the meta is still set #408
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Testing Suite | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
schedule: | |
- cron: '0 0 * * *' | |
jobs: | |
php-tests: | |
strategy: | |
matrix: | |
php: [8.0, 8.1, 8.2] | |
wordpress: ["latest"] | |
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main | |
with: | |
php: ${{ matrix.php }} | |
wordpress: ${{ matrix.wordpress }} |