krzema12 / kotlin-python

Python target for the Kotlin Programming Language. See https://github.com/krzema12/kotlin-python/tree/python-backend/python
https://discuss.kotlinlang.org/t/idea-python-backend/19852
47 stars 1 forks source link

End-to-end tests never run #98

Closed krzema12 closed 2 years ago

krzema12 commented 2 years ago

See https://github.com/krzema12/kotlin-python/blob/65b33e9d0df854afb78829c519a9c219cdf7badb/.github/workflows/build_and_test.yml#L59

Apparently the condition has a bug because the tests don't run for both Python and MicroPython. FYI @SerVB

krzema12 commented 2 years ago

I might have reported it prematurely. It doesn't have if: always() so it might have not ran because some earlier step failed. Will recheck.

krzema12 commented 2 years ago

Yep, my bad - as above. Sorry, resolving :)