mirror of https://github.com/AMT-Cheif/drift.git
Fail CI if postgres tests fail
This commit is contained in:
parent
cc16156c84
commit
14fa80fd34
|
@ -3,7 +3,7 @@
|
||||||
pushd extras/drift_postgres
|
pushd extras/drift_postgres
|
||||||
echo "Running integration tests with Postgres"
|
echo "Running integration tests with Postgres"
|
||||||
dart pub upgrade
|
dart pub upgrade
|
||||||
dart test || true
|
dart test
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd examples/with_built_value
|
pushd examples/with_built_value
|
||||||
|
|
Loading…
Reference in New Issue