Modified it so we showcase Support for Testing 3.x and 4.x Godot Projects

This commit is contained in:
Randolph W. Aarseth II 2023-05-23 20:56:57 -07:00
parent be3a9b1a75
commit 775a4bf384
13 changed files with 2 additions and 2 deletions

View File

@ -13,5 +13,5 @@ jobs:
with:
name: test_project
preset: linux
projectDir: new_test_project
projectDir: 3.x_test_project
package: 'true'

View File

@ -14,5 +14,5 @@ jobs:
with:
name: test_project
preset: linux
projectDir: new_test_project
projectDir: 4.x_test_project
package: 'true'

View File

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB