Compare commits

...

1 Commits

Author SHA1 Message Date
763318a75e
Update ReadMe.md 2022-04-27 01:59:23 -04:00

View File

@ -1,4 +1,4 @@
![Release Version](https://img.shields.io/github/v/release/josephbmanley/run-gut-tests-action) ![Test Action](https://github.com/josephbmanley/run-gut-tests-action/workflows/Test%20Action/badge.svg)
![Release Version](https://img.shields.io/github/v/release/manleydev/run-gut-tests-action) ![Test Action](https://github.com/manleydev/run-gut-tests-action/workflows/Test%20Action/badge.svg)
# Run GUT tests
This is an action that runs [GUT](https://github.com/bitwes/Gut) tests for Godot to easily automate testing.
@ -11,7 +11,7 @@ Example:
```yaml
steps:
- uses: josephbmanley/run-gut-tests-action@[VERSION]
- uses: manleydev/run-gut-tests-action@[VERSION]
with:
directory: client
```