Browse Source

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

fix-s3-object-tagging-issue-7589
Chris Lu 2 days ago
parent
commit
310be2aece
  1. 1
      .github/workflows/s3-go-tests.yml

1
.github/workflows/s3-go-tests.yml

@ -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)"

Loading…
Cancel
Save