mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 13:35:50 +01:00
Describe about skipping ExternalDBTests which require docker
This commit is contained in:
@@ -53,3 +53,9 @@ To run the full series of tests, run the following command:
|
|||||||
```shell
|
```shell
|
||||||
$ sbt test
|
$ sbt test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you don't have docker, you can skip docker tests which require docker as follows:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
$ sbt "testOnly * -- -l ExternalDBTest"
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user