mirror of
https://github.com/yeslayla/build-godot-action.git
synced 2025-07-03 03:12:50 +02:00
added a copy of the action for testing
This commit is contained in:
parent
50061e3a29
commit
662c00aed9
18
.github/workflows/test_action copy.yml
vendored
Normal file
18
.github/workflows/test_action copy.yml
vendored
Normal 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: new_test_project
|
||||
package: 'true'
|
Loading…
x
Reference in New Issue
Block a user