Fix postgres test path in misc integration tests

This commit is contained in:
Simon Binder 2022-04-01 23:57:38 +02:00
parent e4671d40f7
commit 3f7eaa459a
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 1 additions and 1 deletions

View File

@ -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=$?