Skip to content

Commit a7ced79

Browse files
committed
Grep against full message
1 parent 0886d18 commit a7ced79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,4 @@ jobs:
160160
run: |
161161
cargo build --bin site --release
162162
timeout 5s cargo run --bin site --release 'postgresql://postgres:postgres@localhost:5432/postgres' 2>&1 | tee -a log || true
163-
grep -Fxq "Loading complete but no data identified" log
163+
grep -Fxq "Loading complete but no data identified; exiting." log

0 commit comments

Comments
 (0)