mirror of
https://github.com/yeslayla/build-godot-action.git
synced 2025-07-03 19:22:01 +02:00
17 lines
311 B
YAML
17 lines
311 B
YAML
name: Test Action
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
TestAction:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v1
|
|
- name: Run Action
|
|
uses: ./
|
|
with:
|
|
name: test_project
|
|
preset: linux
|
|
projectDir: test_project
|
|
package: 'true' |