E2E test for Codeplain installation and rendering Hello World!#188
Conversation
|
Added a windows job that does the same thing (run the installer, render hello world python, run hello_world.py) but this one is without a docker container (GHA offers a Windows VM). Before this can be merged, I'd like to get #189 which fixes a bug that prevents the |
d638e3c to
9850887
Compare
pedjaradenkovic
left a comment
There was a problem hiding this comment.
This is great! To be honest I didn't go line by line as those are just tests.
I suggest we keep it for now only as an actions that you run manually. If we want to have it as a part of PR build we need to change the way how the client is run which we don't need for now.
Make this green and merge it
| @@ -0,0 +1 @@ | |||
| exec_in_container No newline at end of file | |||
I would run it periodically too. Once per day. What do you think? |
Yes, I agree. Once per day is good 👍 |
This adds a GitHub Actions workflow that uses a linux and a windows environment to:
It is meant to be ran periodically (debatable❓).