You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
infra/test/infra_test.go does not currently support multiple apps. It currently hardcodes app. to make it support multiple apps we will want to:
separate the test into infra/test/<app_name>/infra_test.go
extract the logic from .github/workflows/ci-infra-service.yml into a new callable workflow infra-test-app.yml (similar to deploy.yml and vulnerability-scans.yml)
make .github/workflows/ci-infra-<app_name>.yml that calls the callable workflow
The text was updated successfully, but these errors were encountered:
@rocketnova fyi since you're working on multi-app stuff. ci-infra-service.yml can probably be out of scope for your multi-app scripts since it needs to be refactored before it can be supported.
infra/test/infra_test.go
does not currently support multiple apps. It currently hardcodesapp
. to make it support multiple apps we will want to:infra-test-app.yml
(similar to deploy.yml and vulnerability-scans.yml)The text was updated successfully, but these errors were encountered: