Skip to content

Commit 55dd0cd

Browse files
committed
huh
1 parent 326284b commit 55dd0cd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/s3-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ jobs:
5353
- name: E2E Test
5454
timeout-minutes: 10
5555
env:
56-
COMFYCONF_FILES : config/default.json
56+
COMFYCONF_FILES: "config/default.json; config/s3-dev.json"
5757
run: ./test/e2e/s3/run-tests.sh

test/e2e/s3/run-tests.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ EOF
5252
read -rp ''
5353
fi
5454

55+
echo ${COMFYCONF_FILES}
56+
npm exec comfyconf-dump
57+
exit 2
58+
5559
NODE_CONFIG_ENV=s3-dev node lib/bin/s3-create-bucket.js
5660
NODE_CONFIG_ENV=s3-dev make run &
5761
serverPid=$!

0 commit comments

Comments
 (0)