We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1456c5 commit 0764ed0Copy full SHA for 0764ed0
.github/actions/nf-test-action/action.yml
@@ -71,8 +71,8 @@ runs:
71
SENTIEON_LICSRVR_IP: ${{ env.SENTIEON_LICSRVR_IP }}
72
SENTIEON_AUTH_MECH: "GitHub Actions - token"
73
TAGS: ${{ inputs.tags && format('--tag {0}', inputs.tags) || '' }}
74
+ NFT_WORKDIR: "~"
75
run: |
- NFT_WORKDIR=~ \
76
nf-test test \
77
--profile=${{ inputs.profile }} \
78
--tap=test.tap \
0 commit comments