Skip to content

Commit 89e3716

Browse files
authored
Merge pull request #295 from maxulysse/less_stringent_test_expectation
be less stringent with tests expectation
2 parents f05b035 + f9ed63a commit 89e3716

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,9 @@ jobs:
161161

162162
confirm-pass:
163163
runs-on: ubuntu-latest
164-
needs: [test]
164+
needs:
165+
- changes
166+
- test
165167
if: always()
166168
steps:
167169
- name: All tests ok

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
5151
- [PR #288](https://github.com/nf-core/fetchngs/pull/288) - Update Github Action to run full-sized test for all 3 download methods
5252
- [PR #290](https://github.com/nf-core/fetchngs/pull/290) - Remove mentions of deprecated Synapse functionality in pipeline
5353
- [PR #294](https://github.com/nf-core/fetchngs/pull/294) - Replace mermaid diagram with subway map
54+
- [PR #295](https://github.com/nf-core/fetchngs/pull/295) - Be less stringent with test expectations for CI
5455

5556
### Software dependencies
5657

0 commit comments

Comments
 (0)