donkirkby / live-py-plugin

Live coding in Python with PyCharm, Emacs, Sublime Text, or even a browser
https://donkirkby.github.io/live-py-plugin
MIT License
292 stars 56 forks source link

Test Emacs version on GitHub Actions #309

Open donkirkby opened 3 years ago

donkirkby commented 3 years ago

What I did

Added the Emacs ERT tests to the GitHub Actions workflow, after TravisCI stopped working.

What happened

It complained with this error:

emacs: standard input is not a tty

What I wanted to happen

Run the way it used to on Travis.

Analysis

I found a bunch of actions to help: