This commit is contained in:
2025-10-06 08:07:47 -04:00
parent 122aec6a45
commit 4e6a2f677f
+3 -1
View File
@@ -55,7 +55,9 @@ jobs:
run: |
# Load environment variables from .env
if [ -f ".env" ]; then
export $(grep -v '^#' .env | xargs)
set -o allexport
source .env
set +o allexport
fi
COMPOSE_FILES=$(find . -type f -name "docker-compose*.yml" \