mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-04 20:45:58 +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
|
||||
$ 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