mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Tidied up GitHub Actions workflows
no issue
This commit is contained in:
parent
64f34273a7
commit
2d42e7eaea
2 changed files with 1 additions and 19 deletions
17
.github/workflows/lint.yml
vendored
17
.github/workflows/lint.yml
vendored
|
@ -1,17 +0,0 @@
|
||||||
name: Lint Check
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
lint:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- uses: actions/setup-node@v1
|
|
||||||
with:
|
|
||||||
node-version: '10'
|
|
||||||
- run: yarn install
|
|
||||||
- run: yarn lint
|
|
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -5,7 +5,6 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- 2.x
|
- 2.x
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -37,7 +36,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
- run: yarn
|
- run: yarn
|
||||||
|
- run: yarn lint
|
||||||
- run: grunt test-acceptance --verbose
|
- run: grunt test-acceptance --verbose
|
||||||
- run: grunt test-unit --verbose
|
- run: grunt test-unit --verbose
|
||||||
- run: grunt test-regression --verbose
|
- run: grunt test-regression --verbose
|
||||||
|
|
Loading…
Add table
Reference in a new issue