Skip to content

Commit

Permalink
Merge pull request #44 from samansmink/fix-minio-tests
Browse files Browse the repository at this point in the history
re-enable minio tests in ci
  • Loading branch information
samansmink authored Jun 12, 2024
2 parents 42c78d3 + f2440f7 commit 9201a9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/MinioTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ defaults:

jobs:
minio-tests:
if: false
name: Minio Tests
runs-on: ubuntu-20.04
strategy:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9201a9b

Please sign in to comment.