From b07e14b9ff0fb2e8bbd955e6e7c572339949e4fd Mon Sep 17 00:00:00 2001 From: Binbin Sun Date: Sun, 29 Dec 2019 22:40:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20update=20test.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index db65b91..036e747 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,15 +1,15 @@ -name: CI +name: Test on: [pull_request, push] jobs: test: - runs-on: ubuntu-latest steps: - - name: npm install, lint and test - run: | - npm install - npm run lint - npm run test:unit + - uses: actions/checkout@v1 + - name: npm install, lint and test + run: | + npm install + npm run lint + npm run test:unit