Fix localstack setup issue on local run
Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
This commit is contained in:
parent
e7a738211f
commit
99d2494033
@ -58,6 +58,7 @@ copy_to_sandbox() {
|
||||
cp -a "$source_package" "$target_package"
|
||||
fi
|
||||
}
|
||||
|
||||
# Check if there is a localstack instance.
|
||||
#
|
||||
# This is needed to do docs test in the CI.
|
||||
|
@ -11,6 +11,13 @@ setup() {
|
||||
common_setup
|
||||
}
|
||||
|
||||
# Instead of setup, this just runs once
|
||||
setup_file() {
|
||||
load 'helpers'
|
||||
|
||||
cleanup_localstack
|
||||
}
|
||||
|
||||
@test "cue-sanity-check" {
|
||||
dagger -e sanity-check up
|
||||
}
|
||||
|
Reference in New Issue
Block a user