aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2025-12-01 16:39:22 -0800
committerChris Lu <chris.lu@gmail.com>2025-12-01 16:39:22 -0800
commit1a67e6118ef5953bfd98d29d8c0b59a53f5484ff (patch)
tree6e8b60d32decc15f916ce960a2bb4ea76004349c
parent208d008fe3ea5e9089082e605c9f77483e524a8d (diff)
downloadseaweedfs-1a67e6118ef5953bfd98d29d8c0b59a53f5484ff.tar.xz
seaweedfs-1a67e6118ef5953bfd98d29d8c0b59a53f5484ff.zip
Set S3_ENDPOINT environment variable in CI workflow for tagging tests
-rw-r--r--.github/workflows/s3-go-tests.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/s3-go-tests.yml b/.github/workflows/s3-go-tests.yml
index 54023fa78..78387d4f1 100644
--- a/.github/workflows/s3-go-tests.yml
+++ b/.github/workflows/s3-go-tests.yml
@@ -440,6 +440,11 @@ jobs:
uname -a
free -h
+ # Set environment variables for the test
+ export S3_ENDPOINT="http://localhost:8006"
+ export S3_ACCESS_KEY="0555b35654ad1656d804"
+ export S3_SECRET_KEY="h7GhxuBLTrlhVUyxSPUKUV8r/2EI4ngqJxD7iBdBYLhwluN30JaT3Q=="
+
# Run the specific test that is equivalent to AWS S3 tagging behavior
make test-with-server || {
echo "❌ Test failed, checking logs..."