Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bdistin committed Aug 22, 2019
1 parent d7ddd1b commit e36ee40
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Expand Up @@ -23,8 +23,9 @@ jobs:
with:
version: ${{ matrix.node_version }}

- name: npm install, build and test
run: |
npm install
npm run build --if-present
npm test
- name: Install Deps
run: yarn
- name: Build Project
run: yarn build
- name: Test
run: yarn test

0 comments on commit e36ee40

Please sign in to comment.