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

18
.github/workflows/test_action_4.x.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Test Action
on:
push:
branches: [ 'master', 'main', 'prod', 'production' ]
jobs:
TestAction:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Run Action
uses: ./
with:
name: test_project
preset: linux
projectDir: 4.x_test_project
package: 'true'