MNT Format ci file properly

This commit is contained in:
Maxime Rainville 2023-02-17 19:32:50 +13:00
parent bde0326d6f
commit a6439db8d3

View File

@ -14,8 +14,9 @@ jobs:
# Only run cron on the silverstripe account # Only run cron on the silverstripe account
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule') if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
uses: maxime-rainville/gha-ci/.github/workflows/ci.yml@1 uses: maxime-rainville/gha-ci/.github/workflows/ci.yml@1
preserve_vendor_test: true with:
extra_jobs: | preserve_vendor_test: true
- php: 8.1 extra_jobs: |
db: pgsql - php: 8.1
phpunit: true db: pgsql
phpunit: true