Skip to content

Commit

Permalink
Merge branch 'fresh-nf-test' of github.com:nf-core/sarek into fresh-n…
Browse files Browse the repository at this point in the history
…f-test
  • Loading branch information
maxulysse committed Oct 24, 2024
2 parents 016377c + acb7cb9 commit 7e7b66c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,10 @@ jobs:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-pdiff

- name: Set up pdiff to see diff between nf-test snapshots
run: |
python -m pip install --upgrade pip
pip install pdiff cryptography
- name: Install pdiff
run: python -m pip install --upgrade pip pdiff cryptography

- name: Set up Miniconda
- name: Set up miniconda
if: matrix.profile == 'conda'
uses: conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3
with:
Expand Down
2 changes: 2 additions & 0 deletions tests/default.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ nextflow_pipeline {

name "Test pipeline"
script "../main.nf"
tag "pipeline"
tag "pipeline_sarek"

test("Run with profile test") {

Expand Down
2 changes: 1 addition & 1 deletion tests/default.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -324,4 +324,4 @@
},
"timestamp": "2024-10-08T12:09:25.505363"
}
}
}

0 comments on commit 7e7b66c

Please sign in to comment.