Skip to content

Commit

Permalink
fix: add coverall repo token
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfromer committed Aug 14, 2021
1 parent b3d7d3e commit 3b2f33b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,16 @@ jobs:

- name: Test
run: yarn coverage
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

- name: Lint
run: yarn lint

- name: Build
run: yarn build

release:
npm-release:
# Only release on push to master
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
Expand Down Expand Up @@ -80,7 +82,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

gh-release:
docs-release:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3b2f33b

Please sign in to comment.