Skip to content

Commit

Permalink
Merge pull request #9 from moshejs/patch-1
Browse files Browse the repository at this point in the history
bump readme
  • Loading branch information
stefanoeb authored Jun 6, 2020
2 parents 650c253 + 474d594 commit d603d89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Run Jest
uses: stefanoeb/[email protected].2
uses: stefanoeb/[email protected].3
```
You can also pass custom args to jest through the `with:` parameter:
Expand All @@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Run Jest
uses: stefanoeb/[email protected].2
uses: stefanoeb/[email protected].3
with:
jestArgs: path/to/my.test.js
```
Expand Down

0 comments on commit d603d89

Please sign in to comment.