Skip to content

fix: Specify FQDN of Cognito login to Route53 #7

fix: Specify FQDN of Cognito login to Route53

fix: Specify FQDN of Cognito login to Route53 #7

Workflow file for this run

name: Test PR
on:
pull_request:
types:
- opened
- reopened
- synchronize
- edited
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm ci
working-directory: application/src/frontend
- run: npm run build
- run: npm run validate