Skip to content

Commit

Permalink
Merge pull request #295 from maxulysse/less_stringent_test_expectation
Browse files Browse the repository at this point in the history
be less stringent with tests expectation
  • Loading branch information
drpatelh committed Feb 28, 2024
2 parents f05b035 + f9ed63a commit 89e3716
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,9 @@ jobs:

confirm-pass:
runs-on: ubuntu-latest
needs: [test]
needs:
- changes
- test
if: always()
steps:
- name: All tests ok
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
- [PR #288](https://github.com/nf-core/fetchngs/pull/288) - Update Github Action to run full-sized test for all 3 download methods
- [PR #290](https://github.com/nf-core/fetchngs/pull/290) - Remove mentions of deprecated Synapse functionality in pipeline
- [PR #294](https://github.com/nf-core/fetchngs/pull/294) - Replace mermaid diagram with subway map
- [PR #295](https://github.com/nf-core/fetchngs/pull/295) - Be less stringent with test expectations for CI

### Software dependencies

Expand Down

0 comments on commit 89e3716

Please sign in to comment.