mirror of
https://github.com/silverstripe/silverstripe-sqlite3
synced 2024-10-22 17:05:37 +02:00
MNT Add back GitHub action CI
This commit is contained in:
parent
1a87b18e71
commit
a32ac9da88
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -13,4 +13,8 @@ jobs:
|
||||
name: CI
|
||||
# Only run cron on the silverstripe account
|
||||
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
|
||||
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
|
||||
uses: maxime-rainville/gha-ci/.github/workflows/ci.yml@1
|
||||
extra_jobs: |
|
||||
- php: 8.1
|
||||
db: pgsql
|
||||
phpunit: true
|
||||
|
8
phpunit.xml.dist
Normal file
8
phpunit.xml.dist
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit bootstrap="vendor/silverstripe/framework/tests/bootstrap.php" colors="true">
|
||||
<testsuites>
|
||||
<testsuite name="Default">
|
||||
<directory>vendor/silverstripe/framework/tests/php</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
Loading…
Reference in New Issue
Block a user