mirror of https://github.com/go-gitea/gitea.git
Update drone test instructions in CONTRIBUTING.md (#4055)
This commit is contained in:
parent
5095dfaed6
commit
b6604505e7
|
@ -70,8 +70,8 @@ running the test suite exactly like we do, you should install
|
||||||
the CLI for [Drone CI](https://github.com/drone/drone), as
|
the CLI for [Drone CI](https://github.com/drone/drone), as
|
||||||
we are using the server for continous testing, following [these
|
we are using the server for continous testing, following [these
|
||||||
instructions](http://readme.drone.io/usage/getting-started-cli). After that,
|
instructions](http://readme.drone.io/usage/getting-started-cli). After that,
|
||||||
you can simply call `drone exec` within your working directory and it will try
|
you can simply call `drone exec --local --build-event "pull_request"` within
|
||||||
to run the test suite locally.
|
your working directory and it will try to run the test suite locally.
|
||||||
|
|
||||||
## Vendoring
|
## Vendoring
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue