mafredri / zsh-async

Because your terminal should be able to perform tasks asynchronously without external tools!
MIT License
756 stars 37 forks source link

Switch to GitHub Actions #46

Closed mafredri closed 3 years ago

mafredri commented 3 years ago

This is not the ideal way to use actions, we're building Zsh on each test. But Travis has basically given up on life so this will serve as a quick fix.

mafredri commented 3 years ago

It seems tests are failing on GitHub actions in a way that's not reproducible for me anywhere else. Can't figure it out 😞.

There seems to have been some issue with how GitHub actions runs the terminal, probably related to interactive-mode. For some reason some of the tests failed because of this.

For now, the test runner is force into interactive mode by running it via script. Seems to have solved the issue.