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)
This commit is contained in:
Rémi Verschelde 2022-01-06 12:01:00 +01:00
parent 056a927f62
commit 1f2d146e77
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -200,9 +200,9 @@ jobs:
# CI has no audio device, so use the Dummy audio driver to avoid spurious error messages.
- name: Download project
run: |
wget2 https://github.com/qarmin/RegressionTestProject/archive/3.3.zip
wget https://github.com/godotengine/regression-test-project/archive/3.3.zip
unzip 3.3.zip
mv "RegressionTestProject-3.3" "test_project"
mv "regression-test-project-3.3" "test_project"
# Editor is quite complicated piece of software, so it is easy to introduce bug here
- name: Open and close editor