airnity/Elixir CI
Runs Elixir compile, test, dialyzer commands
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mix-env | MIX_ENV variable | no | test |
| mix-env-test | MIX_ENV variable for tests | no | test |
| run-tests | Wether to run mix test or not | no | True |
| tests-flags | Flags to append to the mix test command (e.g. --only tag or --no-start, etc.) | no | "" |
| working-directory | Working directory | no | . |
| release | Wether to run mix release and upload artifact or not | no | False |
| release-name | The name of the uploaded release | no | release |
| release-upload | Wether to upload the artifact or not | no | False |
| build-cache-key-suffix | Suffix to add to the build cache key | no | "" |
| plt-cache-key-suffix | Suffix to add to the plt cache key | no | "" |
| plt-restore-cache | If false it won't retrieve cache from other restore keys | no | True |
| compile-options | Specify the compile option parameter | no | --warnings-as-errors |
Outputs
no outputs