mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-30 10:29:48 +02:00
Update ci.yml
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: ci
|
name: actions
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
@@ -8,10 +8,6 @@ jobs:
|
|||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
- run: |
|
- run: yarn && yarn build && yarn lint && yarn test
|
||||||
yarn install
|
|
||||||
yarn build
|
|
||||||
yarn lint
|
|
||||||
yarn test
|
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
|
Reference in New Issue
Block a user