Skip to content

Commit 1c1c462

Browse files
committed
Add debug output
1 parent e51390d commit 1c1c462

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/graphs/build-test-publish.act

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,16 @@ nodes:
198198
cp "$OUTPUT_CLI" "$TMP_ACTRUN"
199199
# encoding needed since default on Windows is cp1252
200200
PYTHONIOENCODING=utf-8 python tests_e2e/tests_e2e.py
201+
echo "DEBUG: python exited $?"
201202
rm "$TMP_ACTRUN" || true
203+
echo "DEBUG: rm exited $?"
202204
else
203-
echo "OS and ARCH do not match the current system ($OS != $CURRENT_OS $ARCH != $CURRENT_ARCH). Skipping e2e tests."
205+
echo "DEBUG: skipping e2e (OS/ARCH mismatch)"
204206
fi
205207
else
206-
echo "Skipping e2e tests for pro license."
208+
echo "DEBUG: skipping e2e (not free license)"
207209
fi
210+
echo "DEBUG: run_e2e_tests returning"
208211
}
209212

210213

@@ -226,6 +229,8 @@ nodes:
226229

227230
run_e2e_tests
228231

232+
echo "DEBUG: reached end of script, about to exit 0"
233+
229234
exit 0
230235
env: []
231236
comment: build the cli and dll

0 commit comments

Comments
 (0)