Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
fixed build workflow error
Browse files Browse the repository at this point in the history
fixed yml syntax error
  • Loading branch information
Akida31 committed May 17, 2020
1 parent fda4c63 commit 088a8a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand 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:
Expand Down

0 comments on commit 088a8a8

Please sign in to comment.