From f2440f7f4f897b8fe3ef7f8321a1aafacd87a906 Mon Sep 17 00:00:00 2001 From: Sam Ansmink Date: Tue, 21 May 2024 11:20:54 +0200 Subject: [PATCH] re-enable minio tests in ci --- .github/workflows/MinioTests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/MinioTests.yml b/.github/workflows/MinioTests.yml index 0eb20c2..0ff4f80 100644 --- a/.github/workflows/MinioTests.yml +++ b/.github/workflows/MinioTests.yml @@ -9,7 +9,6 @@ defaults: jobs: minio-tests: - if: false name: Minio Tests runs-on: ubuntu-20.04 strategy: @@ -63,6 +62,8 @@ jobs: shell: bash run: | cd duckdb + mkdir data/attach_test + touch data/attach_test/attach.db sudo ./scripts/install_s3_test_server.sh source ./scripts/run_s3_test_server.sh sleep 30