move mint tests to separate folders to not confuse GitHub (#16940)

This commit is contained in:
Harshavardhana 2023-03-31 14:38:10 -07:00 committed by GitHub
parent 27d0d22e5d
commit f65cce4317
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 2 additions and 2 deletions

View file

@ -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 ../../../