-
Notifications
You must be signed in to change notification settings - Fork 37
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
Remove stub run in download_pipeline.yml #471
Conversation
|
Isn't it supposed to be |
Aha, I misunderstood it then. So I should change it to like this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR will sadly not change anything with regard to the action. Because you want to merge the changes into the dev
branch of your pipeline. So after merging, you change dev
.
Whatever change is being made to that Github Action will however not take effect before merged to master
.
So the problem is not, that there are still issues with the updated test (after #470 that looks good) but that the version that is run for checking your release PR is the version of the test released with Taxprofiler 1.1.5 in February. Until 1.1.6 is out, whatever changes you and Sofia made since, are disregarded.
So you only have two options: Publish the new release despite the failing test, or patch the master branch first. (That is pushing the modified CI pipeline to master, which may be rejected due to branch protection rules...)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I guess you could just commetn out the stub version rather than remove it entirely, but same thing for now and I'm sure can fix in a future tmplate merge :)
Ah let's skip it for now |
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).