Skip to content

Commit

Permalink
ci: Use pdiff in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Apr 9, 2024
1 parent 6d0473e commit 4b288e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ jobs:
architecture: "x64"

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

- uses: nf-core/setup-nf-test@v1

Expand All @@ -84,6 +82,9 @@ jobs:
nextflow run ${GITHUB_WORKSPACE} -profile test,docker --outdir ./results
- name: Run nf-test
env:
NFT_DIFF: "pdiff"
NFT_DIFF_ARGS: "--line-numbers --width 120 --expand-tabs=2"
run: |
nf-test test --verbose --tag PIPELINE --profile "+${{ matrix.profile }}" --junitxml=test.xml --tap=test.tap
Expand Down

0 comments on commit 4b288e0

Please sign in to comment.