Skip to content

Commit 5e648cd

Browse files
SNOW-1944643 - network error retries
1 parent 245ec41 commit 5e648cd

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"; then

0 commit comments

Comments
 (0)