fix(doc): Fix command to run tests

Makes the output nicer.
This commit is contained in:
Raphael Reitzig 2024-01-02 16:51:59 +01:00
parent 9714c3979c
commit 2d169ba9e0

View file

@ -54,7 +54,7 @@ the recommended way is to run the tests in a Docker container:
```fish
docker build -t sdkman-for-fish-tests -f test/Dockerfile .
docker run --rm sdkman-for-fish-tests
docker run --rm -it sdkman-for-fish-tests
```
A run configuration for Jetbrains IDEs is included.