mirror of
https://github.com/yeslayla/zappa-deploy-action.git
synced 2025-07-09 23:07:57 +02:00
Intial project
This commit is contained in:
19
.github/workflows/test_action.yml
vendored
Normal file
19
.github/workflows/test_action.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
name: Test Action
|
||||
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
TestAction:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
- name: Run Action
|
||||
uses: ./
|
||||
with:
|
||||
directory: test_project
|
||||
environment: test
|
||||
env:
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
AWS_DEFAULT_REGION: us-east-1
|
Reference in New Issue
Block a user