Remove some blank lines [ci skip]
On branch production
This commit is contained in:
parent
8e787144c6
commit
cf5d6fca59
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
@ -15,9 +15,7 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
install:
|
install:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
name: Test Drupal site installation
|
name: Test Drupal site installation
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675
|
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675
|
||||||
|
|
||||||
|
@ -60,14 +58,11 @@ jobs:
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: Build the theme assets
|
name: Build the theme assets
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
theme-path:
|
theme-path:
|
||||||
- web/themes/custom/opdavies
|
- web/themes/custom/opdavies
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675
|
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675
|
||||||
|
|
||||||
|
@ -90,16 +85,13 @@ jobs:
|
||||||
|
|
||||||
phpunit:
|
phpunit:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
name: "Run ${{ matrix.test-types }} tests"
|
name: "Run ${{ matrix.test-types }} tests"
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
test-types:
|
test-types:
|
||||||
- functional
|
- functional
|
||||||
- kernel
|
- kernel
|
||||||
- unit
|
- unit
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675
|
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675
|
||||||
|
|
||||||
|
@ -132,9 +124,7 @@ jobs:
|
||||||
|
|
||||||
phpcs:
|
phpcs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
name: "Run coding standards checks"
|
name: "Run coding standards checks"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675
|
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675
|
||||||
|
|
||||||
|
@ -160,9 +150,7 @@ jobs:
|
||||||
|
|
||||||
phpstan:
|
phpstan:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
name: Static analysis with PHPStan
|
name: Static analysis with PHPStan
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675
|
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue