Use unique test projects for each branch
This commit is contained in:
parent
a2dd77867e
commit
3bf1495390
1 changed files with 3 additions and 3 deletions
6
.github/workflows/linux_builds.yml
vendored
6
.github/workflows/linux_builds.yml
vendored
|
@ -197,9 +197,9 @@ jobs:
|
||||||
# CI has no audio device, so use the Dummy audio driver to avoid spurious error messages.
|
# CI has no audio device, so use the Dummy audio driver to avoid spurious error messages.
|
||||||
- name: Importing and running project project
|
- name: Importing and running project project
|
||||||
run: |
|
run: |
|
||||||
wget2 https://github.com/qarmin/RegressionTestProject/archive/3.2.zip
|
wget2 https://github.com/qarmin/RegressionTestProject/archive/3.x.zip
|
||||||
unzip 3.2.zip
|
unzip 3.x.zip
|
||||||
mv "RegressionTestProject-3.2" "test_project"
|
mv "RegressionTestProject-3.x" "test_project"
|
||||||
|
|
||||||
echo "----- Open editor to check for memory leaks -----"
|
echo "----- Open editor to check for memory leaks -----"
|
||||||
DRI_PRIME=0 xvfb-run bin/godot.x11.tools.64s --audio-driver Dummy -e -q --path test_project 2>&1 | tee sanitizers_log.txt || true
|
DRI_PRIME=0 xvfb-run bin/godot.x11.tools.64s --audio-driver Dummy -e -q --path test_project 2>&1 | tee sanitizers_log.txt || true
|
||||||
|
|
Loading…
Reference in a new issue