mirror of https://github.com/AMT-Cheif/drift.git
Fix postgres test path in misc integration tests
This commit is contained in:
parent
e4671d40f7
commit
3f7eaa459a
|
@ -12,7 +12,7 @@ dart pub upgrade
|
|||
dart test || EXIT_CODE=$?
|
||||
popd
|
||||
|
||||
pushd examples/integration_tests/postgres
|
||||
pushd extras/integration_tests/postgres
|
||||
echo "Running integration tests with Postgres"
|
||||
dart pub upgrade
|
||||
dart test || EXIT_CODE=$?
|
||||
|
|
Loading…
Reference in New Issue