Skip to content

Commit 325503c

Browse files
committed
Use in CI
1 parent 081d363 commit 325503c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/unit_tests.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,12 @@ jobs:
5050
- name: Run tests
5151
shell: bash
5252
timeout-minutes: 5
53+
env:
54+
SENTRY_TEST: 1
55+
SENTRY_TEST_INCLUDE: "res://test/suites/"
5356
run: |
54-
# Exit status codes: 0 - success, 100 - ends with test failures, 101 - ends with test warnings.
55-
${GODOT} --headless --debug --path project/ \
56-
--script "res://addons/gdUnit4/bin/GdUnitCmdTool.gd" \
57-
--ignoreHeadlessMode \
58-
--continue \
59-
--add test/suites/
57+
# Exit status codes: 0 - success, 100 - ends with test failures, 101 - ends with test warnings, 204 - no tests found.
58+
${GODOT} --headless --debug --path project/
6059
6160
- name: Run isolated tests
6261
if: success() || failure()

0 commit comments

Comments
 (0)