added a copy of the action for testing

This commit is contained in:
Randolph W. Aarseth II 2023-05-23 09:43:03 -07:00
parent 50061e3a29
commit 662c00aed9

18
.github/workflows/test_action copy.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Test Action
on:
push:
branches: [ 'master', 'main', 'prod', 'production' ]
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'