Skip to content

Commit

Permalink
better pdiff
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Feb 25, 2025
1 parent 44b327a commit 44fbb1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/nf-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ runs:
SENTIEON_LICSRVR_IP: ${{ env.SENTIEON_LICSRVR_IP }}
SENTIEON_AUTH_MECH: "GitHub Actions - token"
run: |
NFT_WORKDIR=~ \
NFT_DIFF=pdiff \
NFT_DIFF_ARGS="--line-numbers --expand-tabs=2"
nf-test test \
--profile=+${{ inputs.profile }} \
--tap=test.tap \
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/nf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ env:
NFT_DIFF_ARGS: "--line-numbers --width 120 --expand-tabs=2"
# renovate: datasource=github-releases depName=askimed/nf-test versioning=semver
NFT_VER: "0.9.2"
NFT_WORKDIR: "~"
NXF_ANSI_LOG: false
NXF_SINGULARITY_CACHEDIR: ${{ github.workspace }}/.singularity
NXF_SINGULARITY_LIBRARYDIR: ${{ github.workspace }}/.singularity
Expand Down Expand Up @@ -94,6 +95,7 @@ jobs:
SENTIEON_AUTH_MECH: "GitHub Actions - token"
NFT_DIFF: ${{ env.NFT_DIFF }}
NFT_DIFF_ARGS: ${{ env.NFT_DIFF_ARGS }}
NFT_WORKDIR: ${{ env.NFT_WORKDIR }}
with:
profile: ${{ matrix.profile }}
shard: ${{ matrix.shard }}
Expand Down

0 comments on commit 44fbb1c

Please sign in to comment.