Skip to content

Commit

Permalink
Setup SSH before doing DDEV stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Feb 20, 2024
1 parent c07ac60 commit eb05c5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test.bats
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
setup() {
set -eu -o pipefail

setup_ssh

export DIR="$( cd "$( dirname "$BATS_TEST_FILENAME" )" >/dev/null 2>&1 && pwd )/.."
export TESTDIR=~/tmp/test-addon-template
mkdir -p $TESTDIR
Expand Down

0 comments on commit eb05c5a

Please sign in to comment.