Skip to content

Commit

Permalink
fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
uNmAnNeR committed Jun 15, 2023
1 parent 66dfd83 commit 0082205
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -33,8 +33,11 @@ jobs:
node-version: 'latest'
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run make
- run: npm run docs
- run: npm run coverage
- name: Coveralls
uses: coverallsapp/github-action@v2
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Build with Jekyll
Expand Down
6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

0 comments on commit 0082205

Please sign in to comment.