Use the new project name and avoid a URL redirect (related to issue #397).
This commit is contained in:
parent
2cd158ff3b
commit
d59a4608a6
4
.github/workflows/test_project.yml
vendored
4
.github/workflows/test_project.yml
vendored
@ -80,9 +80,9 @@ jobs:
|
||||
# Download and extract zip archive with project, folder is renamed to be able to easy change used project
|
||||
- name: Download test project
|
||||
run: |
|
||||
wget https://github.com/qarmin/RegressionTestProject/archive/master.zip
|
||||
wget https://github.com/godotengine/regression-test-project/archive/master.zip
|
||||
unzip master.zip
|
||||
mv "RegressionTestProject-master" "test_project"
|
||||
mv "regression-test-project-3.x" "test_project"
|
||||
|
||||
# Editor is quite complicated piece of software, so it is easy to introduce bug here
|
||||
- name: Open and close editor
|
||||
|
Loading…
x
Reference in New Issue
Block a user