Files
build-godot-action/.github/workflows/test_action.yml
Randolph W. Aarseth II 50061e3a29 Modified for testing
2023-05-23 09:41:40 -07:00

17 lines
315 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: new_test_project
package: 'true'