From 55d3b5da8a513146ad99f5b1d40724836e11765a Mon Sep 17 00:00:00 2001 From: tyler36 Date: Wed, 2 Oct 2024 22:10:36 +0900 Subject: [PATCH] add "release" tag to release test (#58) Co-authored-by: tyler36 <7234392+tyler36@users.noreply.github.com> --- tests/test.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.bats b/tests/test.bats index 9480bb0..2648a60 100644 --- a/tests/test.bats +++ b/tests/test.bats @@ -33,6 +33,7 @@ teardown() { health_checks } +# bats test_tags=release @test "install from release" { set -eu -o pipefail cd ${TESTDIR} || ( printf "unable to cd to ${TESTDIR}\n" && exit 1 ) @@ -41,4 +42,3 @@ teardown() { ddev restart >/dev/null health_checks } -