We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 326284b commit 55dd0cdCopy full SHA for 55dd0cd
.github/workflows/s3-e2e.yml
@@ -53,5 +53,5 @@ jobs:
53
- name: E2E Test
54
timeout-minutes: 10
55
env:
56
- COMFYCONF_FILES : config/default.json
+ COMFYCONF_FILES: "config/default.json; config/s3-dev.json"
57
run: ./test/e2e/s3/run-tests.sh
test/e2e/s3/run-tests.sh
@@ -52,6 +52,10 @@ EOF
52
read -rp ''
fi
+echo ${COMFYCONF_FILES}
+npm exec comfyconf-dump
+exit 2
58
+
59
NODE_CONFIG_ENV=s3-dev node lib/bin/s3-create-bucket.js
60
NODE_CONFIG_ENV=s3-dev make run &
61
serverPid=$!
0 commit comments