From 3f00677d866222ac3a366b8f3669f1b25d50caa2 Mon Sep 17 00:00:00 2001 From: leehk Date: Thu, 17 Apr 2025 05:36:33 +0800 Subject: [PATCH] test --- .github/workflows/build_new.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_new.yml b/.github/workflows/build_new.yml index 290660c..7a13ed6 100644 --- a/.github/workflows/build_new.yml +++ b/.github/workflows/build_new.yml @@ -73,17 +73,17 @@ jobs: testContainerName: tests-aimingmedai # Pass test environment variables as JSON string testEnvs: > - [ + "[ "FRONTEND_URL=http://frontend:80", "BACKEND_URL=http://backend:80", "ENVIRONMENT=dev", "TESTING=1", - ] + ]" # Pass test directories as JSON string tests: > - [ + "[ "tests/integration/backend", - ] + ]" # Pass image definitions for compose setup as JSON string # Sensitive values should be passed via secrets and referenced within the template images: >