Skip to content

Update CloudFormation template params #9

Update CloudFormation template params

Update CloudFormation template params #9

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'pip' # caching pip dependencies
- name: Install dependencies
run: make
- name: Run build
run: make build
- name: Run test
run: make test