From 4bfb4ec361b8630634c0b30c022da894ac56adcd Mon Sep 17 00:00:00 2001 From: chrislu Date: Sat, 12 Jul 2025 09:17:38 -0700 Subject: [PATCH] Update s3-versioning-tests.yml --- .github/workflows/s3-versioning-tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/s3-versioning-tests.yml b/.github/workflows/s3-versioning-tests.yml index b88e13251..a34544b43 100644 --- a/.github/workflows/s3-versioning-tests.yml +++ b/.github/workflows/s3-versioning-tests.yml @@ -225,8 +225,9 @@ jobs: uname -a free -h - # Run the WORM integration tests specifically - make test-worm-integration || { + # Run the WORM integration tests with automatic server management + # The test-with-server target handles server startup/shutdown automatically + make test-with-server TEST_PATTERN="TestWORM|TestRetentionExtendedAttributes|TestRetentionConcurrentOperations" || { echo "❌ WORM integration test failed, checking logs..." if [ -f weed-test.log ]; then echo "=== Server logs ==="