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 7f46a3e commit 92a17abCopy full SHA for 92a17ab
apps/remix-ide/ci/browser_test.sh
@@ -24,6 +24,13 @@ for TESTFILE in $TESTFILES; do
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