From 05992c8a64e8897ad4aad66587d81d73125dbcf0 Mon Sep 17 00:00:00 2001 From: jayceslesar Date: Wed, 12 Jun 2024 21:49:05 -0400 Subject: [PATCH] should work --- .github/workflows/integration.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 3b3672d..120cb15 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -69,4 +69,8 @@ jobs: POSTGRES_USER: MEGASCATTERBOMB POSTGRES_HOST: localhost POSTGRES_PORT: 8050 + MINIO_HOST: localhost + MINIO_PORT: 9000 + MINIO_ACCESS_KEY: MEGASCATTERBOMB + MINIO_SECRET_KEY: masterbase DEVELOPMENT: true