Skip to content

Commit 57eac93

Browse files
committed
CI: Add headless import test
1 parent 2d113cc commit 57eac93

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/actions/godot-project-test/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ runs:
1919
2020
# Editor is quite complicated piece of software, so it is easy to introduce bug here.
2121

22+
- name: Open and close editor (Headless)
23+
shell: sh
24+
run: |
25+
xvfb-run ${{ inputs.bin }} --headless --import --path test_project 2>&1 | tee sanitizers_log.txt || true
26+
misc/scripts/check_ci_log.py sanitizers_log.txt
27+
2228
- name: Open and close editor (Vulkan)
2329
shell: sh
2430
run: |

0 commit comments

Comments
 (0)