https://github.com/supertokens/auth-react-testing-action
https://github.com/supertokens/auth-react-testing-action
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/supertokens/auth-react-testing-action
- Owner: supertokens
- License: mit
- Created: 2025-03-14T07:58:22.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-22T08:28:50.000Z (8 months ago)
- Last Synced: 2025-04-22T09:40:18.269Z (8 months ago)
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# auth-react-testing-action
Composite action to clone `supertokens-auth-react`, run tests, and report them on Github.
## Inputs
| Variable | Required | Default | Description |
| -------- | -------- | ------- | ----------- |
| auth-react-version | true | N/A | The git ref to clone, usually a version tag |
| node-version | true | N/A | The git ref to use for `supertokens-node`, usually a version tag |
| check-name-suffix | true | N/A | Suffix to append to check names (usually matrix values) |
| path | false | supertokens-auth-react | Relative path where the repo will be cloned |
| should-clone | false | true | Whether the `supertokens-auth-react` repo should be cloned |