-
Notifications
You must be signed in to change notification settings - Fork 146
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
Add phi -> unphi -> test pipeline #2929
Conversation
@maxonfjvipon, @yegor256, please review |
@deemp could you please make one more commit to restart CI? |
@yegor256 @volodya-lombrozo WDYT? Will we be able to maintain it? Because I'm not really sure. If it were javascript, maybe it would be OK, but I doubt about haskel |
@maxonfjvipon, the Haskell code selects tests specified in I don't insist that I believe this PR can be used just for integration testing of the |
@maxonfjvipon, I don't think that Haskell is a big problem here. As @deemp said, we can always implement this logic in However, it's worth mentioning that this integration test is helpful, and it's better to have it at least in this form. Then, we can refactor it. |
@maxonfjvipon, @volodya-lombrozo
It's still an open question how to simplify the pipeline - see objectionary/eoc#247 |
eoc phi
->eoc unphi
->eoc test
on selected EO teststransform-eo-tests
a CLI app so that it can be reused inobjectionary/normalizer
pipeline/config.yaml
)PR-Codex overview
This PR updates the pipeline configuration, adds dependencies, and sets up workflows for a Haskell project.
Detailed summary
transform-eo-tests
dependency inpipeline/stack.yaml
pipeline/package.json
witheolang
dev dependency.gitignore
andpipeline/.gitignore
pipeline/stack.yaml
resolver tolts-22.6
phi-unphi-test.yml
workflow for pipeline executionpipeline/run.sh
script for preparing directories and running testsconfig.yaml
with test configurations