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.
2 parents 5f68495 + 57eac93 commit deba8ffCopy full SHA for deba8ff
.github/actions/godot-project-test/action.yml
@@ -19,6 +19,12 @@ runs:
19
20
# Editor is quite complicated piece of software, so it is easy to introduce bug here.
21
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
+
28
- name: Open and close editor (Vulkan)
29
shell: sh
30
run: |
0 commit comments