Skip to content

Commit dce009e

Browse files
committed
Explain status codes
1 parent 325503c commit dce009e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
SENTRY_TEST: 1
5555
SENTRY_TEST_INCLUDE: "res://test/suites/"
5656
run: |
57-
# Exit status codes: 0 - success, 100 - ends with test failures, 101 - ends with test warnings, 204 - no tests found.
57+
# Exit status codes: 0 - success, 100 - failures, 101 - warnings, 200 - didn't run, 204 - tests not found.
5858
${GODOT} --headless --debug --path project/
5959
6060
- name: Run isolated tests

0 commit comments

Comments
 (0)