diff --git a/.github/workflows/test_action copy.yml b/.github/workflows/test_action copy.yml new file mode 100644 index 0000000..dad2d96 --- /dev/null +++ b/.github/workflows/test_action copy.yml @@ -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' \ No newline at end of file