typesafegithub / yaml2kotlin

github-workflows-kt converts the Kotlin to YAML, we convert your initial YAML workflow to Kotlin
https://github.com/typesafegithub/github-workflows-kt
Apache License 2.0
4 stars 3 forks source link

5 unsupported features in the yaml2kotlin generator #1

Closed jmfayard closed 1 year ago

jmfayard commented 1 year ago

Action

To test the yaml2kotlin generator (previously script-generator) I have a samples directory of 33 complete YAML workflows

Expected

Ideally 100% of the feature should be supported

Actual

28 workflows just worked.

5 workflows had one unsupported feature each.

File Feature
DeployEnvironments.yml jobs > environment
E2eTests.yml jobs > timeout-minutes
Integration05.yml continue-on-error: true
Integration09.yml: jobs: job: if
NodeDeploy.yml: JamesIves/github-pages-deploy-action@releases/v3
jmfayard commented 1 year ago

Replaced by #9 #8 #7 #6 #5