mirror of
https://github.com/yeslayla/build-godot-action.git
synced 2025-07-17 21:03:49 +02:00
Modified it so we showcase Support for Testing 3.x and 4.x Godot Projects
This commit is contained in:
17
.github/workflows/test_action_3.x.yml
vendored
Normal file
17
.github/workflows/test_action_3.x.yml
vendored
Normal 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'
|
Reference in New Issue
Block a user