Skip to content

Commit

Permalink
Merge pull request #209 from paypay/feature/workflowfix-2
Browse files Browse the repository at this point in the history
Workflow coverall fix
  • Loading branch information
Shreyansh Pandey committed Mar 23, 2021
2 parents 5217320 + 189b50c commit ee80318
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
- run: npm install
- run: npm run build --if-present
- run: npm test
- run: yarn coveralls
- name: coveralls
run: yarn coveralls
continue-on-error: true

- name: Before script
run: |
Expand All @@ -48,6 +50,7 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true

- name: Upload to CoPilot
run: bash <(curl -s https://copilot.blackducksoftware.com/ci/githubactions/scripts/upload)
Expand Down

0 comments on commit ee80318

Please sign in to comment.