mirror of
https://github.com/silverstripe/silverstripe-sqlite3
synced 2024-10-22 17:05:37 +02:00
Remove bad referenec to Postgresql
This commit is contained in:
parent
a6439db8d3
commit
f19f2c2bc6
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -15,8 +15,9 @@ jobs:
|
|||||||
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
|
||||||
with:
|
with:
|
||||||
|
phpunit: false
|
||||||
preserve_vendor_test: true
|
preserve_vendor_test: true
|
||||||
extra_jobs: |
|
extra_jobs: |
|
||||||
- php: 8.1
|
- php: 8.1
|
||||||
db: pgsql
|
db: sqlite3
|
||||||
phpunit: true
|
phpunit: true
|
||||||
|
Loading…
Reference in New Issue
Block a user