Skip to content

Commit

Permalink
chore(ci): add build step, skip tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Limon Monte committed Nov 8, 2019
1 parent a69c599 commit 31ffe7a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ jobs:
- name: Install npm dependencies
run: yarn install

- name: Run tests
run: yarn test
- name: Build
run: yarn build

# - name: Run tests
# run: yarn test

- name: Run automated release process with semantic-release
if: github.event_name == 'push' && contains(github.ref, 'master')
Expand Down

0 comments on commit 31ffe7a

Please sign in to comment.