We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e888af0 commit c7feea7Copy full SHA for c7feea7
apps/remix-ide/ci/browser_test.sh
@@ -23,6 +23,14 @@ for TESTFILE in $TESTFILES; do
23
fi
24
done
25
26
+echo "$TEST_EXITCODE"
27
+echo "==== DEBUG INFO ===="
28
+echo "CIRCLE_WORKFLOW_ID=$CIRCLE_WORKFLOW_ID"
29
+echo "CIRCLE_BUILD_NUM=$CIRCLE_BUILD_NUM"
30
+echo "CIRCLE_JOB=$CIRCLE_JOB"
31
+echo "CIRCLE_BRANCH=$CIRCLE_BRANCH"
32
+echo "FAIL_FAST_TOKEN=$FAIL_FAST_TOKEN"
33
+echo "======================"
34
# Fail the test early and cancel the workflow
35
if [ "$TEST_EXITCODE" -eq 1 ]; then
36
echo "❌ Test failed. Attempting to cancel the workflow..."
0 commit comments