We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a154e9 commit 78afebcCopy full SHA for 78afebc
.github/workflows/main.yml
@@ -69,23 +69,15 @@ jobs:
69
name: Windows (64-bit)
70
runs-on: windows-latest
71
72
- env:
73
- PGUSER: postgres
74
- PGPASSWORD: postgres
75
- PGDATABASE: postgres
76
-
77
steps:
78
- uses: actions/checkout@v2
79
with:
80
fetch-depth: 0
81
82
- - uses: ikalnytskyi/action-setup-postgres@v4
83
84
- name: Install
85
shell: bash
86
run: |
87
choco install openssl -y --force
88
- psql -c "SELECT 42" postgres
89
90
- name: Build
91
@@ -95,8 +87,7 @@ jobs:
95
- name: Test
96
97
98
- source ./create-postgres-tables.sh
99
- ./duckdb/build/release/test/Release/unittest --test-dir . "[postgres_scanner]"
+ ./duckdb/build/release/test/Debug/unittest --test-dir . test/postgres_scanner/aws-rds.test
100
101
92
- uses: actions/upload-artifact@v2
102
93
0 commit comments