mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
CI: Use modern --import
syntax in GHA
This commit is contained in:
parent
8b2739ee55
commit
c52c91f46c
1 changed files with 2 additions and 2 deletions
|
@ -22,13 +22,13 @@ runs:
|
||||||
- name: Open and close editor (Vulkan)
|
- name: Open and close editor (Vulkan)
|
||||||
shell: sh
|
shell: sh
|
||||||
run: |
|
run: |
|
||||||
xvfb-run ${{ inputs.bin }} --audio-driver Dummy --editor --quit --path test_project 2>&1 | tee sanitizers_log.txt || true
|
xvfb-run ${{ inputs.bin }} --audio-driver Dummy --import --path test_project 2>&1 | tee sanitizers_log.txt || true
|
||||||
misc/scripts/check_ci_log.py sanitizers_log.txt
|
misc/scripts/check_ci_log.py sanitizers_log.txt
|
||||||
|
|
||||||
- name: Open and close editor (GLES3)
|
- name: Open and close editor (GLES3)
|
||||||
shell: sh
|
shell: sh
|
||||||
run: |
|
run: |
|
||||||
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
|
DRI_PRIME=0 xvfb-run ${{ inputs.bin }} --audio-driver Dummy --rendering-driver opengl3 --import --path test_project 2>&1 | tee sanitizers_log.txt || true
|
||||||
misc/scripts/check_ci_log.py sanitizers_log.txt
|
misc/scripts/check_ci_log.py sanitizers_log.txt
|
||||||
|
|
||||||
# Run test project
|
# Run test project
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue