From a6439db8d3e78820d14e39b9acf5ae46333ae875 Mon Sep 17 00:00:00 2001 From: Maxime Rainville Date: Fri, 17 Feb 2023 19:32:50 +1300 Subject: [PATCH] MNT Format ci file properly --- .github/workflows/ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 969bfa4..a3e70ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,9 @@ jobs: # Only run cron on the silverstripe account if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule') uses: maxime-rainville/gha-ci/.github/workflows/ci.yml@1 - preserve_vendor_test: true - extra_jobs: | - - php: 8.1 - db: pgsql - phpunit: true + with: + preserve_vendor_test: true + extra_jobs: | + - php: 8.1 + db: pgsql + phpunit: true