From a32ac9da88f928f9408a9fd7b42cb57f33152b0f Mon Sep 17 00:00:00 2001 From: Maxime Rainville Date: Fri, 17 Feb 2023 19:30:02 +1300 Subject: [PATCH] MNT Add back GitHub action CI --- .github/workflows/ci.yml | 6 +++++- phpunit.xml.dist | 8 ++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 phpunit.xml.dist diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a148387..aa8fbd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/phpunit.xml.dist b/phpunit.xml.dist new file mode 100644 index 0000000..7cb54eb --- /dev/null +++ b/phpunit.xml.dist @@ -0,0 +1,8 @@ + + + + + vendor/silverstripe/framework/tests/php + + +