Skip to content

Commit 4dd9d4e

Browse files
committed
Build packages before starting up stack
1 parent 41296d4 commit 4dd9d4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/test-check-packages.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ for d in test/packages/*/; do
2828
elastic-package check -v
2929
)
3030
done
31+
cd -
3132

3233
# Boot up the stack
3334
elastic-package stack up -d -v
@@ -41,4 +42,5 @@ for d in test/packages/*/; do
4142
# defer-cleanup is set to a short period to verify that the option is available
4243
elastic-package test -v --report-format xUnit --report-output file --defer-cleanup 1s
4344
)
45+
cd -
4446
done

0 commit comments

Comments
 (0)