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 325503c commit dce009eCopy full SHA for dce009e
.github/workflows/unit_tests.yml
@@ -54,7 +54,7 @@ jobs:
54
SENTRY_TEST: 1
55
SENTRY_TEST_INCLUDE: "res://test/suites/"
56
run: |
57
- # Exit status codes: 0 - success, 100 - ends with test failures, 101 - ends with test warnings, 204 - no tests found.
+ # Exit status codes: 0 - success, 100 - failures, 101 - warnings, 200 - didn't run, 204 - tests not found.
58
${GODOT} --headless --debug --path project/
59
60
- name: Run isolated tests
0 commit comments