Skip to content

Commit

Permalink
chore(github): (jobs.Tests.steps)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed May 8, 2020
1 parent 7b89c8b commit ce24315
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- run: npm run cover
env:
CI: 'true'
- run: npm run cover
Release:
runs-on: '${{ matrix.os }}'
strategy:
Expand All @@ -38,5 +39,5 @@ jobs:
- run: npx semantic-release
env:
CI: 'true'
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: '${{ secrets.NPM_TOKEN }}'
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit ce24315

Please sign in to comment.