Skip to content

Allow terraform apply to run in CI/CD without an AWS profile #8

Allow terraform apply to run in CI/CD without an AWS profile

Allow terraform apply to run in CI/CD without an AWS profile #8

Triggered via pull request March 31, 2025 16:47
@jayhilljayhill
opened #13
ci-cd
Status Success
Total duration 36s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

pr-checks.yml

on: pull_request
Backend Tests
31s
Backend Tests
Frontend Tests
25s
Frontend Tests
Terraform Plan (Dev)
29s
Terraform Plan (Dev)
Terraform Plan (Prod)
Terraform Plan (Prod)
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Frontend Tests: frontend/src/hooks/useCaseSearch.ts#L306
The ref value 'pollingRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'pollingRef.current' to a variable inside the effect, and use that variable in the cleanup function
Frontend Tests: frontend/src/components/app/AppContext.tsx#L13
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file