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 c5ec2c6 commit 0886d18Copy full SHA for 0886d18
.github/workflows/ci.yml
@@ -159,5 +159,5 @@ jobs:
159
- name: Connect to PostgreSQL
160
run: |
161
cargo build --bin site --release
162
- timeout 5s cargo run --bin site --release 'postgresql://postgres:postgres@localhost:5432/postgres' 2>&1 | tee -a log
+ 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
0 commit comments