Skip to content

Removing stac-server null_resource lambda invocations and setting dependencies between ongoing and historical ingest #36

Removing stac-server null_resource lambda invocations and setting dependencies between ongoing and historical ingest

Removing stac-server null_resource lambda invocations and setting dependencies between ongoing and historical ingest #36

Workflow file for this run

name: Continuous integration
on:
push:
branches: ["main" ]
pull_request:
branches: ["main"]
jobs:
update-lambdas:
runs-on: ubuntu-latest
env:
CI: true
STAC_SERVER_TAG: v3.2.0
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.5.5"
- name: Update stac-server lambdas
id: update_stac_lambdas
run: ./scripts/update-lambdas.sh
- name: Terraform Init
id: tf_init
run: terraform init
- name: Terraform Validate
id: tf_validate
run: terraform validate -no-color