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.yml

17 lines
295 B
YAML
Raw Normal View History

2020-02-01 06:40:30 +02:00
name: Test Action
on: push
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: test_project
package: 'true'