Skip to content

Commit

Permalink
Merge b53cdcd into 23e76da
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 2, 2019
2 parents 23e76da + b53cdcd commit c71b011
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 356 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
if: startsWith(matrix.os, 'windows')

- name: Run Coveralls
run: npm run coveralls
if: matrix.node == 10 && startsWith(matrix.os, 'ubuntu') && github.repository == 'errorception/staticify' && github.event_name == 'push'
env:
COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}"
COVERALLS_GIT_BRANCH: "${{ github.ref }}"
uses: coverallsapp/github-action@master
if: matrix.node == 10 && startsWith(matrix.os, 'ubuntu')
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
Loading

0 comments on commit c71b011

Please sign in to comment.