CI: Update links to regression test project and prebuilt SwiftShader

qarmin's repository has been moved to the godotengine organization.

(cherry picked from commit 94232dcb48)

Also changes target branch to `3.4`.
This commit is contained in:
Rémi Verschelde 2022-01-06 12:01:00 +01:00
parent 4a299aa73b
commit 35cfe4160a
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 3 additions and 3 deletions

View File

@ -98,9 +98,9 @@ jobs:
- name: Download test project
if: ${{ matrix.test }}
run: |
wget https://github.com/qarmin/RegressionTestProject/archive/3.x.zip
unzip 3.x.zip
mv "RegressionTestProject-3.x" "test_project"
wget https://github.com/godotengine/regression-test-project/archive/3.4.zip
unzip 3.4.zip
mv "regression-test-project-3.4" "test_project"
# Editor is quite complicated piece of software, so it is easy to introduce bug here
- name: Open and close editor