From 310be2aece950ad6360b5c0e7d3c61fb40a572d4 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 1 Dec 2025 15:43:32 -0800 Subject: [PATCH] Fix CI workflow: remove cd weed since working directory is already set to weed --- .github/workflows/s3-go-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/s3-go-tests.yml b/.github/workflows/s3-go-tests.yml index 556cf534e..bcd4b9652 100644 --- a/.github/workflows/s3-go-tests.yml +++ b/.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)"