Skip to content

Commit

Permalink
Add initial tests for App and generator (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
dekpient authored Oct 3, 2020
1 parent b72d5ec commit 5b13f91
Show file tree
Hide file tree
Showing 5 changed files with 855 additions and 156 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install Packages
run: npm install
- name: Run Tests
run: npm run test
- name: Build page
run: npm run build
- name: Deploy to gh-pages
Expand Down
Loading

0 comments on commit 5b13f91

Please sign in to comment.