parent
690ca22fb7
commit
387a2aa3f0
|
@ -6,17 +6,10 @@ on:
|
||||||
- master
|
- master
|
||||||
- 'renovate/*'
|
- 'renovate/*'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
test:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-latest
|
||||||
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
|
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
node: [ 10 ]
|
|
||||||
name: Node ${{ matrix.node }}
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: actions/setup-node@v1
|
|
||||||
with:
|
|
||||||
node-version: ${{ matrix.node }}
|
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: yarn test:ci
|
- run: yarn test:ci
|
||||||
|
|
Loading…
Reference in New Issue