Skip to content

Commit d7b43d7

Browse files
committed
Bless CI string test
1 parent f338c42 commit d7b43d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,12 +333,12 @@ jobs:
333333
- name: Connect to PostgreSQL
334334
run: |
335335
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
336+
grep -Fxq "Warning: loading complete but no data identified." log
337337
338338
- name: Connect to SQLite
339339
run: |
340340
timeout 5s ./target/debug/site 2>&1 | tee -a log || true
341-
grep -Fxq "Loading complete but no data identified; exiting." log
341+
grep -Fxq "Warning: loading complete but no data identified." log
342342
343343
- name: Build Postgres to SQLite exporter
344344
run: cargo build --bin postgres-to-sqlite

0 commit comments

Comments
 (0)