dycw/pytest
Run 'pytest'
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 17, 2026
- License
- MIT
Pinned Snippet
uses: dycw/action-pytest@4a4482d874458cc24df00aeadb9e7505f3874d9d # 0.3.19tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token-checkout | Personal access token (PAT) used to fetch the repository | — | ${{github.token}} |
| token-github | Personal access token (PAT) used to authenticate with GitHub | — | ${{github.token}} |
| python-version | The version of Python to set UV_PYTHON to | — | — |
| sops-age-key | The 'age' key for 'sops' | — | — |
| index | The URLs to use when resolving dependencies, in addition to the default index | — | — |
| index-username | Username for authenticating to the UV index | — | — |
| index-password | Password for authenticating to the UV index | — | — |
| resolution | The strategy to use when selecting between the different compatible versions for a given package requirement | — | highest |
| prerelease | The strategy to use when considering pre-release versions | — | disallow |
| native-tls | Whether to load TLS certificates from the platform's native certificate store | — | false |
Outputs
no outputs