Skip to content

Commit 4cd3bff

Browse files
SNOW-1944643 - network error retries
1 parent 509f401 commit 4cd3bff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/container/test_component.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ else
9292
)
9393
fi
9494

95+
echo "[INFO] Mocha CMD: $MOCHA_CMD"
96+
9597
if [[ -z "$GITHUB_ACTIONS" ]]; then
9698
echo "[INFO] Running Internal Tests. Test result: $WORKSPACE/junit-system-test.xml"
9799
if ! ${MOCHA_CMD[@]} "$SOURCE_ROOT/system_test/**/*.{js,ts}"; then

0 commit comments

Comments
 (0)