Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lpgera committed Jun 10, 2020
1 parent 09d7b28 commit 2c98dea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Jest
uses: stefanoeb/jest-action@1.0.2
uses: stefanoeb/jest-action@1.0.4
with:
jestArgs: --coverage
- name: Coveralls
uses: coverallsapp/github-action@v1.1.0
uses: coverallsapp/github-action@v1.1.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2c98dea

Please sign in to comment.