-
Notifications
You must be signed in to change notification settings - Fork 241
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
Please document how to run the tests locally without drone CI #239
Comments
It seems that make lists a collection of targets from scripts directory?
and all other targets fail. Still, this is really unexpected.
still works. |
You need to set the environment variables ( Something like this should do it: |
Can we add theses as explicit make file targets with proper depencies between the targets? |
it would be nice if there were makefile targets, yeah. PR welcome! |
This becomes simplier if you just use the Drone CLI. Then you can just call
This will launch all of the DB tests. It runs everything in docker containers on your local machine. If you want to just run a single test, use the
|
I am trying to figure out the right order of running the scripts for testing, under script.
It seems the I can use
drone.yml
as a guidance. However, some variables seem supplied by the drone-ci environemen.The text was updated successfully, but these errors were encountered: