Skip to content

Commit

Permalink
Clarify exit codes
Browse files Browse the repository at this point in the history
  • Loading branch information
limbonaut committed Dec 11, 2024
1 parent 42bf848 commit 3abd66f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
shell: bash
timeout-minutes: 5
run: |
# Exit status codes: 0 - success, 100 - ends with test failures, 101 - ends with test warnings.
${GODOT_BIN} --headless --path project/ -s -d "res://addons/gdUnit4/bin/GdUnitCmdTool.gd" --ignoreHeadlessMode -c -a test
- name: Upload results
Expand Down

0 comments on commit 3abd66f

Please sign in to comment.