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