mirror of https://github.com/minio/minio.git
move mint tests to separate folders to not confuse GitHub (#16940)
This commit is contained in:
parent
27d0d22e5d
commit
f65cce4317
|
@ -12,7 +12,7 @@ docker system prune -f
|
|||
docker volume prune -f
|
||||
|
||||
## change working directory
|
||||
cd .github/workflows
|
||||
cd .github/workflows/mint
|
||||
|
||||
docker-compose -f minio-${MODE}.yaml up -d
|
||||
sleep 5m
|
||||
|
@ -47,5 +47,5 @@ docker system prune -f
|
|||
docker volume prune -f
|
||||
|
||||
## change working directory
|
||||
cd ../../
|
||||
cd ../../../
|
||||
|
||||
|
|
Loading…
Reference in New Issue