From a39277ad15bda0f899371b77de478e9f2a46f6aa Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Sat, 9 Nov 2019 20:29:14 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f0baff85..d96595cc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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