Skip to content

Commit

Permalink
Run integration tests as part of release verification (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove authored Oct 22, 2022
1 parent 988d323 commit 5593c3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ test_source_distribution() {
exit 1
fi

# run integration tests that will run end-to-end tests in docker-compose
./dev/integration-tests.sh

# Note can't verify other ballista crates as they depend
# on ballista-core which isn't published yet
Expand Down

0 comments on commit 5593c3b

Please sign in to comment.