Closed P0NDER0SA closed 1 day ago
CI is non functional for the Notification Lambdas repository: https://github.com/cds-snc/notification-lambdas
The issue is the linting/testing Action for Blazer Lambda -- that is looking for docker-compose, but it isn't installed and fails every time.
SEV-3
Steps to reproduce the behavior:
Go to this repo: https://github.com/cds-snc/notification-lambdas
Run actions against any PR and review the failures for Blazer
fails when the code has issues and legitimately fails (as it would when running the same tests locally)
We can't merge any PRs against this repo without forcing them
@ben851 to QA
Re-ran the blazer jobs in this PR and verified that they complete successfully: https://github.com/cds-snc/notification-lambdas/actions/runs/10855102320?pr=81
Describe the bug
CI is non functional for the Notification Lambdas repository: https://github.com/cds-snc/notification-lambdas
The issue is the linting/testing Action for Blazer Lambda -- that is looking for docker-compose, but it isn't installed and fails every time.
Bug Severity
SEV-3
To Reproduce
Steps to reproduce the behavior:
Go to this repo: https://github.com/cds-snc/notification-lambdas
Run actions against any PR and review the failures for Blazer
Expected behavior
fails when the code has issues and legitimately fails (as it would when running the same tests locally)
Impact
We can't merge any PRs against this repo without forcing them