Skip to content

Commit

Permalink
Add dep to bashlib
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Dec 5, 2020
1 parent b650450 commit 8dbbfb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bashlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ build-instrumented-assets() {
}

setup-postgres() {
say "::group::Install dependency for unit tests"
sudo apt-get update && sudo apt-get install --yes libecpg-dev
say "::group::Initialize database"
psql "postgresql://superset:superset@127.0.0.1:15432/superset" <<-EOF
DROP SCHEMA IF EXISTS sqllab_test_db CASCADE;
Expand Down

0 comments on commit 8dbbfb2

Please sign in to comment.