Skip to content

Commit

Permalink
add "release" tag to release test (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: tyler36 <[email protected]>
  • Loading branch information
tyler36 and tyler36 authored Oct 2, 2024
1 parent 0b7f63a commit 55d3b5d
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 @@ -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 )
Expand All @@ -41,4 +42,3 @@ teardown() {
ddev restart >/dev/null
health_checks
}

0 comments on commit 55d3b5d

Please sign in to comment.