add minio service and start workaround on CI pipeline

This commit is contained in:
2024-10-12 22:07:46 +07:00
parent 9c111965c5
commit 7131d147ea
7 changed files with 433 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
import { Module, Global } from '@nestjs/common';
@Global()
@Module({})
export class MinioModule {}