tests: enable shellcheck for universe tests
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@ common_setup() {
|
||||
load 'node_modules/bats-assert/load'
|
||||
|
||||
# Dagger Binary
|
||||
DAGGER="${DAGGER_BINARY:-$(which dagger)}"
|
||||
DAGGER="${DAGGER_BINARY:-$(command -v dagger)}"
|
||||
export DAGGER
|
||||
|
||||
# Set the workspace to the universe directory (so tests can run from anywhere)
|
||||
|
Reference in New Issue
Block a user