Skip to content

MITLibraries/ecr-workflow-test

Repository files navigation

ecr_test

Just for testing the ECR shared workflows. This app doesn't need to do anything other than build via Docker.

Development

  • To preview a list of available Makefile commands: make help
  • To install with dev dependencies: make install
  • To update dependencies: make update
  • To run unit tests: make test
  • To lint the repo: make lint
  • To run the app: uv run my-app --help (Note the hyphen - vs underscore _ that matches the project.scripts in pyproject.toml)

Environment Variables

Required

SENTRY_DSN=### If set to a valid Sentry DSN, enables Sentry exception monitoring. This is not needed for local development.
WORKSPACE=### Set to `dev` for local development, this will be set to `stage` and `prod` in those environments by Terraform.

Optional

Delete this section if it isn't applicable to the PR.

<OPTIONAL_ENV>=### Description for optional environment variable

About

A temporary repository for testing shared ECR workflows

Resources

License

Stars

Watchers

Forks

Packages

No packages published