Skip to content

Commit

Permalink
add integration test step to gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Aug 6, 2020
1 parent a781143 commit 2cf3436
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,11 @@ jobs:
run: yarn build
env:
CI: true

- name: Install dependencies for Example
run: yarn
working-directory: ./example

- name: Test Example
run: yarn test
working-directory: ./example

0 comments on commit 2cf3436

Please sign in to comment.