Skip to content

Commit 78afebc

Browse files
committed
lets just not run postgres here
1 parent 7a154e9 commit 78afebc

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,23 +69,15 @@ jobs:
6969
name: Windows (64-bit)
7070
runs-on: windows-latest
7171

72-
env:
73-
PGUSER: postgres
74-
PGPASSWORD: postgres
75-
PGDATABASE: postgres
76-
7772
steps:
7873
- uses: actions/checkout@v2
7974
with:
8075
fetch-depth: 0
8176

82-
- uses: ikalnytskyi/action-setup-postgres@v4
83-
8477
- name: Install
8578
shell: bash
8679
run: |
8780
choco install openssl -y --force
88-
psql -c "SELECT 42" postgres
8981
9082
- name: Build
9183
shell: bash
@@ -95,8 +87,7 @@ jobs:
9587
- name: Test
9688
shell: bash
9789
run: |
98-
source ./create-postgres-tables.sh
99-
./duckdb/build/release/test/Release/unittest --test-dir . "[postgres_scanner]"
90+
./duckdb/build/release/test/Debug/unittest --test-dir . test/postgres_scanner/aws-rds.test
10091
10192
- uses: actions/upload-artifact@v2
10293
with:

0 commit comments

Comments
 (0)