Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Feature Branch Checks #544

Open
ygrishajev opened this issue Dec 10, 2024 · 0 comments
Open

Improve Feature Branch Checks #544

ygrishajev opened this issue Dec 10, 2024 · 0 comments
Milestone

Comments

@ygrishajev
Copy link
Contributor

We have docker images builds running in feature branches as a check. However we need to implement a generic workflow to test more aspects of our apps.

Acceptance criteria:

  • create a generic workflow which would be running the following checks against a given app: tests, code linting and formatting, build image
  • every app should be added a command to run via the workflow: e.g. npm run lint, npm run format, npm run test

Note: smth is already implemented for api and can be taken as a base .github/workflows/validate-n-build-api.yml

@ygrishajev ygrishajev added this to the CICD milestone Dec 10, 2024
@ygrishajev ygrishajev changed the title Update Feature Branch Checks Improve Feature Branch Checks Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant