Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,18 @@ with:
working-directory: "frontend"
```

### Editing the status check name

For running tests with a different status check name, supply a check-name.

_(note: you need to reference the latest master branch for this option)_

```yaml
uses: mattallty/jest-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
check-name: "jest-check"
```

See the [actions tab](https://github.com/mattallty/jest-github-action/actions) for runs of this action! :rocket: