check out

This commit is contained in:
Jun-te Kim 2025-07-18 10:59:26 +00:00
parent 7ad48ab82d
commit f4ba96fba8

View file

@ -11,6 +11,8 @@ jobs:
shared-lambda-terraform:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Deploy shared Lambda Config Terraform
uses: ./.github/actions/terraform-deploy
with:
@ -24,6 +26,8 @@ jobs:
contents: read
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Build and deploy Lambda example
uses: ./.github/actions/lambda-deploy
with:
@ -39,6 +43,8 @@ jobs:
contents: read
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Build and deploy Extractor & Loader Lambda
uses: ./.github/actions/lambda-deploy
with: