Skip to content

Resolve AuthClientId from the shared-auth stack, not a hardcoded value #38

Resolve AuthClientId from the shared-auth stack, not a hardcoded value

Resolve AuthClientId from the shared-auth stack, not a hardcoded value #38

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- name: Install dependencies
run: uv sync
- name: Run tests
run: uv run pytest
- uses: aws-actions/setup-sam@v2
with:
use-installer: true
- name: Validate template
run: sam validate --lint --region eu-west-1