feat(ci): add mishka_chelekom project to test ci#334
Merged
zachdaniel merged 2 commits intoash-project:mainfrom Sep 27, 2025
Merged
feat(ci): add mishka_chelekom project to test ci#334zachdaniel merged 2 commits intoash-project:mainfrom
mishka_chelekom project to test ci#334zachdaniel merged 2 commits intoash-project:mainfrom
Conversation
This adds the `mishka_chelekom` project to the GitHub Actions test matrix in `test-projects.yml` for CI coverage.
zachdaniel
reviewed
Sep 27, 2025
| { | ||
| org: "mishka-group", | ||
| name: "mishka_chelekom", | ||
| test-cmd: "mix test", |
Contributor
There was a problem hiding this comment.
I'd prefer to only run tests related to the igniter installers, can you add a ---only igniter here and tag the relevant tests? Even if they are all igniter tests at the moment, the point is to make sure igniter's build doesn't fail just because some unrelated test fails in mishka.
Contributor
Author
There was a problem hiding this comment.
@zachdaniel Yes, I understand. now my master branch tests have igniter flag and i edited the .github/workflows/test-projects.yml and added mix test --only igniter
Thank you
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds the
mishka_chelekomproject to the GitHub Actions test matrix intest-projects.ymlfor CI test.Because all Mishka Chelekom project tasks are Igniter, i did not add
--only igniterlike the otherThank you in advance