Skip to content

Commit

Permalink
run install from main branch test
Browse files Browse the repository at this point in the history
  • Loading branch information
c-walter committed Jun 20, 2024
1 parent dd9ff2f commit d65b703
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,11 @@ teardown() {
health_checks
}

@test "install from release" {
skip "Temporary skip"
@test "install from main branch" {
set -eu -o pipefail
cd ${TESTDIR} || ( printf "unable to cd to ${TESTDIR}\n" && exit 1 )
echo "# ddev get netz98/ddev-qdrant with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3
ddev get netz98/ddev-qdrant
ddev get https://github.com/netz98/ddev-qdrant/tarball/main
ddev restart >/dev/null
health_checks
}
Expand Down

0 comments on commit d65b703

Please sign in to comment.