Commit Graph

8 Commits

Author SHA1 Message Date
ilammy 5cf1eeecd8 Test with multiple Python versions
In particular, runners and Node.js seems to be failing with Python 2.
We'd better test those to see if they ever break on us.
2020-02-11 23:47:59 +02:00
ilammy 060bdc7cb5 [debug] add self-test 2020-02-11 23:43:32 +02:00
ilammy b6e52219de Integration test for release version
Make sure that the released version is also fine. Run this test every
time a push is made into the release branch as well as on schedule.
2020-02-11 23:42:24 +02:00
ilammy a46bb485fb Use cmd.exe as shell
It works well and we don't need PowerShell which has weird notion of
default executable search path.
2020-02-11 23:37:34 +02:00
ilammy ce962cf525 [debug] add self-test 2020-02-11 23:33:09 +02:00
ilammy 987899132c Run test job at 06:00 every day
Well, it seems the environment is changing so we'd better run the tests
reguarly to see whether something breaks in a timely manner.

GitHub Actions also don't offer other Windows environments now, only
windows-latest is available. Reduce test matrix to only that.
2020-02-11 23:27:51 +02:00
ilammy d33b04e19c Verify configured environment
Try compiling some C code, If it works then we're probably fine.
I don't even try to verify cross-compilation because I don't need it.
It should work, but that's not my problem right now.
2019-10-02 00:53:54 +03:00
ilammy 3fdf9b2e34 Initial action stub
Now that I know how to write some simple action, let's make a stub
more complete. For example, I already know what inputs I would like
to handle for this action.
2019-10-01 22:15:47 +03:00