Skip to content

Commit

Permalink
Remove "dba" container in omit-containers during test run
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Dec 30, 2023
1 parent ca8d47c commit 7b35224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ setup() {
ddev delete -Oy ${PROJNAME} >/dev/null 2>&1 || true
cd ${TESTDIR} || ( printf "unable to cd to ${TESTDIR}\n" && exit 1 )
ddev config --project-name=${PROJNAME}
ddev config --omit-containers=dba >/dev/null 2>&1 || true
ddev config --omit-containers="db" >/dev/null 2>&1 || true
ddev start -y >/dev/null
}

Expand All @@ -29,7 +29,7 @@ health_checks() {

# Check if dashboard is accessible
# Currently disabled due to not clear issues in Github action
#ddev exec "curl -s http://opensearch-dashboards:5601/app/home" | grep "OpenSearch Dashboards"
ddev exec "curl -s http://opensearch-dashboards:5601/app/home" | grep "OpenSearch Dashboards"
}

teardown() {
Expand Down

0 comments on commit 7b35224

Please sign in to comment.