mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-07 07:43:25 +08:00
remove
This commit is contained in:
parent
ac8570dd1f
commit
de100b02a3
8
.github/workflows/build_new.yml
vendored
8
.github/workflows/build_new.yml
vendored
@ -73,17 +73,17 @@ jobs:
|
|||||||
testContainerName: tests-aimingmedai
|
testContainerName: tests-aimingmedai
|
||||||
# Pass test environment variables as JSON string
|
# Pass test environment variables as JSON string
|
||||||
testEnvs: >
|
testEnvs: >
|
||||||
"[
|
[
|
||||||
"FRONTEND_URL=http://frontend:80",
|
"FRONTEND_URL=http://frontend:80",
|
||||||
"BACKEND_URL=http://backend:80",
|
"BACKEND_URL=http://backend:80",
|
||||||
"ENVIRONMENT=dev",
|
"ENVIRONMENT=dev",
|
||||||
"TESTING=1",
|
"TESTING=1",
|
||||||
]"
|
]
|
||||||
# Pass test directories as JSON string
|
# Pass test directories as JSON string
|
||||||
tests: >
|
tests: >
|
||||||
"[
|
[
|
||||||
"tests/integration/backend",
|
"tests/integration/backend",
|
||||||
]"
|
]
|
||||||
# Pass image definitions for compose setup as JSON string
|
# Pass image definitions for compose setup as JSON string
|
||||||
# Sensitive values should be passed via secrets and referenced within the template
|
# Sensitive values should be passed via secrets and referenced within the template
|
||||||
images: >
|
images: >
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user