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

17
.github/workflows/test_action_3.x.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Test Action
on: [push, pull_request]
jobs:
TestAction:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Run Action
uses: ./
with:
name: test_project
preset: linux
projectDir: 3.x_test_project
package: 'true'