Skip to content

Commit

Permalink
ci: Rename steps
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Jan 3, 2020
1 parent 8bd8aaa commit 8b130ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ jobs:

- run: npm test

- name: Upload test coverage
- name: Upload test coverage as artifact
uses: actions/upload-artifact@v1
with:
name: coverage
path: coverage

- name: Post Coveralls
- name: Upload test coverage to Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8b130ac

Please sign in to comment.