From 3bf14953909d2d46e9b44806a0a943188f2ecbac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mikrut?= Date: Mon, 22 Mar 2021 18:26:18 +0100 Subject: [PATCH] Use unique test projects for each branch --- .github/workflows/linux_builds.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index bbb879da2b0..0f8cc4dccef 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -197,9 +197,9 @@ jobs: # CI has no audio device, so use the Dummy audio driver to avoid spurious error messages. - name: Importing and running project project run: | - wget2 https://github.com/qarmin/RegressionTestProject/archive/3.2.zip - unzip 3.2.zip - mv "RegressionTestProject-3.2" "test_project" + wget2 https://github.com/qarmin/RegressionTestProject/archive/3.x.zip + unzip 3.x.zip + mv "RegressionTestProject-3.x" "test_project" 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