From 9e5221e2c359ae5ed95eb4d3845e66e799e1d8a7 Mon Sep 17 00:00:00 2001 From: maxulysse Date: Wed, 28 Feb 2024 12:32:15 +0100 Subject: [PATCH] be less stringent with tests expectation --- .github/workflows/ci.yml | 4 +++- CHANGELOG.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c474190e..fa75579f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,7 +161,9 @@ jobs: confirm-pass: runs-on: ubuntu-latest - needs: [test] + needs: + - changes + - test if: always() steps: - name: All tests ok diff --git a/CHANGELOG.md b/CHANGELOG.md index 063b345e..625e4de9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,7 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements - [PR #283](https://github.com/nf-core/fetchngs/pull/283) - Template update for nf-core/tools v2.13 - [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 #295](https://github.com/nf-core/fetchngs/pull/295) - Be less stringent with test expectations for CI ### Software dependencies