From 978549106c81204eaaa99e44e0a0d8dc168c3512 Mon Sep 17 00:00:00 2001 From: Daulet Amirkhanov Date: Tue, 7 Oct 2025 22:04:26 +0100 Subject: [PATCH] chore: use dev env in test_s3 CI --- .github/workflows/test_s3_file_storage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_s3_file_storage.yml b/.github/workflows/test_s3_file_storage.yml index ce50aa4f5..04d140513 100644 --- a/.github/workflows/test_s3_file_storage.yml +++ b/.github/workflows/test_s3_file_storage.yml @@ -8,7 +8,7 @@ permissions: env: RUNTIME__LOG_LEVEL: ERROR - ENV: 'test' + ENV: 'dev' jobs: test-gemini: