1
0
Fork 0

Merge pull request #109090 from Repiteo/ci/headless-import-test

CI: Add headless import test
This commit is contained in:
Thaddeus Crews 2025-07-30 09:03:44 -05:00
commit deba8ff9a3
No known key found for this signature in database
GPG Key ID: 8C6E5FEB5FC03CCC
1 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,12 @@ runs:
# Editor is quite complicated piece of software, so it is easy to introduce bug here.
- name: Open and close editor (Headless)
shell: sh
run: |
xvfb-run ${{ inputs.bin }} --headless --import --path test_project 2>&1 | tee sanitizers_log.txt || true
misc/scripts/check_ci_log.py sanitizers_log.txt
- name: Open and close editor (Vulkan)
shell: sh
run: |