Skip to content

Commit

Permalink
Merge branch 'dev' into fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
drpatelh authored Feb 28, 2024
2 parents 5b20998 + 89e3716 commit 969fc43
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
- [PR #296](https://github.com/nf-core/fetchngs/pull/296) - Remove params.outdir from tests where required and update snapshots

### Software dependencies
Expand Down

0 comments on commit 969fc43

Please sign in to comment.