mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-28 09:29:49 +02:00
update ci workflow
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -1,5 +1,3 @@
|
|||||||
name: Continuous Integration
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
- pull_request
|
||||||
@@ -15,7 +13,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: yarn && yarn build:rollup && yarn test && yarn lint
|
run: yarn && yarn build:rollup && yarn test
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
lint:
|
lint:
|
||||||
@@ -28,6 +26,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
- name: Run linters
|
- name: Run linters
|
||||||
run: yarn && yarn lint
|
run: yarn && yarn build:rollup && yarn lint
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
Reference in New Issue
Block a user