-
Notifications
You must be signed in to change notification settings - Fork 0
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
test: add test runner (DEV-3173) #2
Conversation
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 seem to recall that we once had an issue with timed actions at some point stopping to execute if a repo doesn't get touched regularly (understandably, from GitHub's side of things), so that may be something to look out for.
Also, generally, chron jobs aren't super nice because you don't get immediate feedback, and things may run even if they don't hacve to. So looking into a git hook triggered solution would be nicer, even though maybe a bit more complex. (If you're curious, we have such a setup somewhere in the ARK resolver, I think... but I don't recall the details)
The only thing I found was this: https://blog.marcnuri.com/triggering-github-actions-across-different-repositories. That would mean: in the dsp-tools repo, I send a HTTP request to this repo, with |
You wouldn't have to do |
No description provided.