-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full test for app #34
base: main
Are you sure you want to change the base?
Conversation
It would be nice to see if this app started once a week or so Signed-off-by: JJ Asghar <[email protected]>
Lets run this on wednesday at midnight Signed-off-by: JJ Asghar <[email protected]>
python: can't open file 'app.py': [Errno 2] No such file or directory |
yep, i'll poke around asap. |
`app.py` is in a subdirectory Signed-off-by: JJ Asghar <[email protected]>
- name: Start the application | ||
working-directory: ./caikit-huggingface-demo | ||
run: | | ||
python app.py & |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to kill the backgrounded task, or will GHA automatically do that since it's in the background?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm 95% it'll be killed as soon as the tests pass. I'll see if I can find documentation to back this claim up.
Lets make sure the app starts up at least once a week.
/cc @markstur