Skip to content

Commit

Permalink
ci: add compile step to our workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiMA10 committed Apr 17, 2020
1 parent 7779008 commit 3f67fcb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
if: env.SKIP_BUILD != 'true' && steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn

- name: Build
if: env.SKIP_BUILD != 'true'
run: yarn compile:check

- name: Lint
if: env.SKIP_BUILD != 'true'
run: yarn ci:lint
Expand Down

0 comments on commit 3f67fcb

Please sign in to comment.