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

17 lines
319 B
YAML
Raw Normal View History

name: Test Action 3.x
2020-02-01 06:40:30 +02:00
2020-04-06 11:57:13 +03:00
on: [push, pull_request]
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: 3.x_test_project
2020-02-01 06:40:30 +02:00
package: 'true'