File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/godot-project-test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ runs:
2222 - name : Open and close editor (Vulkan)
2323 shell : sh
2424 run : |
25- xvfb-run ${{ inputs.bin }} --audio-driver Dummy --editor --quit --path test_project 2>&1 | tee sanitizers_log.txt || true
25+ xvfb-run ${{ inputs.bin }} --audio-driver Dummy --import --path test_project 2>&1 | tee sanitizers_log.txt || true
2626 misc/scripts/check_ci_log.py sanitizers_log.txt
2727
2828 - name : Open and close editor (GLES3)
2929 shell : sh
3030 run : |
31- DRI_PRIME=0 xvfb-run ${{ inputs.bin }} --audio-driver Dummy --rendering-driver opengl3 --editor --quit --path test_project 2>&1 | tee sanitizers_log.txt || true
31+ DRI_PRIME=0 xvfb-run ${{ inputs.bin }} --audio-driver Dummy --rendering-driver opengl3 --import --path test_project 2>&1 | tee sanitizers_log.txt || true
3232 misc/scripts/check_ci_log.py sanitizers_log.txt
3333
3434 # Run test project
You can’t perform that action at this time.
0 commit comments