Fix CI workflow: remove cd weed since working directory is already set to weed

This commit is contained in:
Chris Lu
2025-12-01 15:43:32 -08:00
parent a33e5a9e6a
commit 310be2aece

View File

@@ -433,7 +433,6 @@ jobs:
- name: Run S3 Tagging Tests
timeout-minutes: 15
run: |
cd weed
set -x
# Create clean data directory for this test run
export WEED_DATA_DIR="/tmp/seaweedfs-tagging-test-$(date +%s)"