Skip to content

Commit 9e5221e

Browse files
committedFeb 28, 2024·
be less stringent with tests expectation
1 parent b234c71 commit 9e5221e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎.github/workflows/ci.yml

+3-1
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

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
5050
- [PR #283](https://github.com/nf-core/fetchngs/pull/283) - Template update for nf-core/tools v2.13
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
53+
- [PR #295](https://github.com/nf-core/fetchngs/pull/295) - Be less stringent with test expectations for CI
5354

5455
### Software dependencies
5556

0 commit comments

Comments
 (0)
Please sign in to comment.