Skip to content

Commit

Permalink
use default github-token in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Jan 3, 2020
1 parent d6c728d commit 5d9d4f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
- run: npm run build
- run: npm test
- uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
with:
path-to-profile: profile.cov
parallel: true
job-number: ${{ strategy.job-index }}
Expand All @@ -52,5 +51,4 @@ jobs:
- run: npm run build
- uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

0 comments on commit 5d9d4f3

Please sign in to comment.