mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 05:17:11 -07:00
fix(doc): Fix command to run tests
Makes the output nicer.
This commit is contained in:
parent
9714c3979c
commit
2d169ba9e0
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ the recommended way is to run the tests in a Docker container:
|
||||||
|
|
||||||
```fish
|
```fish
|
||||||
docker build -t sdkman-for-fish-tests -f test/Dockerfile .
|
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.
|
A run configuration for Jetbrains IDEs is included.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue