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

Web UI opens but doesn't convert to Kotlin #3

Open jmfayard opened 1 year ago

jmfayard commented 1 year ago

First try

$ ./gradlew web:ui:run

✅ the ui shows up at http://0.0.0.0:8080 ❌ but the rest api is not started, http://0.0.0.0:8080/test does not work

Second try

$ ./gradlew web:run

❌ the ui does not who up at http://0.0.0.0:8080 ✅ but the rest api is started, http://0.0.0.0:8080/test works