From c601262e55c52c6f4c3594ae9ac60cbf95584433 Mon Sep 17 00:00:00 2001 From: Matteo Vivona Date: Wed, 12 Aug 2020 09:34:49 +0200 Subject: [PATCH] ci(github): remove if always --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24cae26305..6d0d9eb06b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,11 +23,9 @@ jobs: run: | npm run lint - name: Build - if: always() run: | npm run build - name: Run tests - if: always() run: | npm run coveralls - name: Coveralls