From a06904c69c25109210ad2316da282540a21cb475 Mon Sep 17 00:00:00 2001 From: Akida31 <47895118+Akida31@users.noreply.github.com> Date: Sun, 17 May 2020 10:26:21 +0200 Subject: [PATCH] fixed build workflow error fixed yml syntax error --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9526714a..9c903a41 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,8 +52,8 @@ jobs: ${{ runner.os }}-build- ${{ runner.os }}- - name: Install Dependencies - if: steps.cache.outputs.cache-hit != 'true' - run: npm install + if: steps.cache.outputs.cache-hit != 'true' + run: npm install - name: Linting run: npm run lint:all @@ -80,8 +80,8 @@ jobs: ${{ runner.os }}-build- ${{ runner.os }}- - name: Install Dependencies - if: steps.cache.outputs.cache-hit != 'true' - run: npm install + if: steps.cache.outputs.cache-hit != 'true' + run: npm install - name: e2e uses: cypress-io/github-action@v1 with: