-
Notifications
You must be signed in to change notification settings - Fork 1
add back in bats testing to CI #522
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
base: master
Are you sure you want to change the base?
Conversation
|
Question: There is a "sudo apt install numdiff" inside this CI. Is this intended? This will surely just cease the job to ask for a sudo password. Would we not need to install this manually ourself on the CI machine? |
|
Ah, the github virtual machines have a passwordless sudo, so these kinds of jobs will work there. On our custom runners though, I guess it won’t work as you say. Yes you could just install on the machine once and for all. |
|
I'm still configuring the workflow yaml files and the gambit-test repo, but it is partially there. The docs.yaml job is temporary, for my quick testing. |
No description provided.