f362e14dc5
* Update entrypoint.sh * Update entrypoint.sh * modified to support proper requirements for godot-ci project * Modified for testing * added a copy of the action for testing * test * added ls * added ls debug * modified ls debug * Last push fixes the issue with not building, both build tests work * Modified it so we showcase Support for Testing 3.x and 4.x Godot Projects * Modified the Github Action names to properly reflect the tests
17 lines
No EOL
319 B
YAML
17 lines
No EOL
319 B
YAML
name: Test Action 3.x
|
|
|
|
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: 3.x_test_project
|
|
package: 'true' |