Skip to content

Commit 2f9b22b

Browse files
committed
We need DuckDB
1 parent a344369 commit 2f9b22b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/IntegrationTests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,18 @@ jobs:
7070
cd $PYTHON_HTTP_SERVER_DIR
7171
python3 -m http.server 8008 &
7272
73+
- name: Build
74+
shell: bash
75+
run: make
76+
7377
- name: Start test server
7478
shell: bash
7579
run: |
7680
sudo ./scripts/install_s3_test_server.sh
7781
./scripts/generate_presigned_url.sh
7882
source ./scripts/run_s3_test_server.sh
7983
source ./scripts/set_s3_test_server_variables.sh
80-
81-
- name: Build
82-
shell: bash
83-
run: make
84+
sleep 30
8485
8586
- name: Run tests
8687
shell: bash

0 commit comments

Comments
 (0)