Skip to content

Commit

Permalink
Use add-on get also in release test
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Münch committed Oct 19, 2024
1 parent e4de43f commit 9640623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ teardown() {
@test "install from release" {
set -eu -o pipefail
cd ${TESTDIR} || ( printf "unable to cd to ${TESTDIR}\n" && exit 1 )
echo "# ddev get ${ADDON_PATH} with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3
echo "# ddev add-on get ${ADDON_PATH} with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3
ddev get ${ADDON_PATH}
health_checks
}

0 comments on commit 9640623

Please sign in to comment.