Skip to content

Commit

Permalink
Commit from GitHub Actions (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
mise-en-dev committed Dec 14, 2023
1 parent de8c2e2 commit 04ea51b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/run_all_tests
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ -n "${GITHUB_STEP_SUMMARY:-}" ]; then
echo "### E2E Test Tranche $TEST_TRANCHE/$TEST_TRANCHE_COUNT"
echo "| Test | Duration |"
echo "| ---- | -------- |"
} >> "$GITHUB_STEP_SUMMARY"
} >>"$GITHUB_STEP_SUMMARY"
fi
for f in $FILES; do
# split tests into two tranches to reduce test time
Expand Down
2 changes: 1 addition & 1 deletion e2e/run_test
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ run_test() {
if [[ -z "${GITHUB_STEP_SUMMARY:-}" ]]; then
return
fi
echo "| $TEST | $((END - START))s |" >> "$GITHUB_STEP_SUMMARY"
echo "| $TEST | $((END - START))s |" >>"$GITHUB_STEP_SUMMARY"
}

setup_env
Expand Down

0 comments on commit 04ea51b

Please sign in to comment.