From f19f2c2bc67d1157288b765e6cd626884b15aae2 Mon Sep 17 00:00:00 2001 From: Maxime Rainville Date: Fri, 17 Feb 2023 19:34:59 +1300 Subject: [PATCH] Remove bad referenec to Postgresql --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3e70ab..318b3fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,9 @@ jobs: if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule') uses: maxime-rainville/gha-ci/.github/workflows/ci.yml@1 with: + phpunit: false preserve_vendor_test: true extra_jobs: | - php: 8.1 - db: pgsql + db: sqlite3 phpunit: true