This repository has been archived on 2024-11-15. You can view files and clone it, but cannot push or open issues or pull requests.
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 06:40:30 +02:00
jobs:
TestAction:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Run Action
uses: ./
2020-02-01 06:40:30 +02:00
with:
name: test_project
preset: linux
projectDir: 4.x_test_project
2020-02-01 06:40:30 +02:00
package: 'true'