We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f338c42 commit d7b43d7Copy full SHA for d7b43d7
.github/workflows/ci.yml
@@ -333,12 +333,12 @@ jobs:
333
- name: Connect to PostgreSQL
334
run: |
335
timeout 5s ./target/debug/site 'postgresql://postgres:postgres@localhost:5432/postgres' 2>&1 | tee -a log || true
336
- grep -Fxq "Loading complete but no data identified; exiting." log
+ grep -Fxq "Warning: loading complete but no data identified." log
337
338
- name: Connect to SQLite
339
340
timeout 5s ./target/debug/site 2>&1 | tee -a log || true
341
342
343
- name: Build Postgres to SQLite exporter
344
run: cargo build --bin postgres-to-sqlite
0 commit comments