build-godot-action/.github/workflows/test_action_4.x.yml

18 lines
362 B
YAML
Raw Permalink Normal View History

name: Test Action 4.x
on:
push:
branches: [ 'master', 'main', 'prod', 'production' ]
2020-02-01 05:40:30 +01:00
jobs:
TestAction:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Run Action
uses: ./
2020-02-01 05:40:30 +01:00
with:
name: test_project
preset: linux
projectDir: 4.x_test_project
2020-02-01 05:40:30 +01:00
package: 'true'