mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-30 02:19:52 +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]
|
||||
jobs:
|
||||
ci:
|
||||
@@ -8,10 +8,6 @@ jobs:
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12
|
||||
- run: |
|
||||
yarn install
|
||||
yarn build
|
||||
yarn lint
|
||||
yarn test
|
||||
- run: yarn && yarn build && yarn lint && yarn test
|
||||
env:
|
||||
CI: true
|
||||
|
Reference in New Issue
Block a user