Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/update-template-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# Create template files
- name: Create template skip ${{ matrix.TEMPLATE }}
run: |
mkdir create-test-lint-wf
mkdir -p create-test-lint-wf
export NXF_WORK=$(pwd)
if [ ${{ matrix.TEMPLATE }} == "all" ]
then
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
cd create-test-lint-wf/my-prefix-testpipeline
nf-test test \
--profile=+docker \
--verbose
--verbose \
--update-snapshot

- name: Copy snapshot to .github/snapshots
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- bump nf-test to 0.9.4 ([#4079](https://github.com/nf-core/tools/pull/4079))
- nf-core bot: collect all snapshots before commiting ([#4082](https://github.com/nf-core/tools/pull/4082))
- Update GitHub Actions to v4 (major) ([#4081](https://github.com/nf-core/tools/pull/4081))
- fix nf-core bot snapshot action ([#4083](https://github.com/nf-core/tools/pull/4083))

### Linting

Expand Down