Skip to content

Commit d710ade

Browse files
committed
Use shared ci
1 parent 7ea7933 commit d710ade

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,4 @@ on:
88
jobs:
99
ci:
1010
name: CI
11-
runs-on: ubuntu-latest
12-
steps:
13-
14-
- name: Checkout code
15-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
16-
17-
- name: Install PHP
18-
uses: shivammathur/setup-php@1a18b2267f80291a81ca1d33e7c851fe09e7dfc4 # v2.22.0
19-
with:
20-
php-version: 7.4
21-
tools: composer
22-
23-
- name: Composer install
24-
run: composer install --no-plugins --no-scripts --no-progress --prefer-dist
25-
26-
- name: PHPUnit
27-
run: vendor/bin/phpunit --verbose --colors=always
11+
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1

0 commit comments

Comments
 (0)