Skip to content

Commit 0764ed0

Browse files
committed
style: Set NFT_WORKDIR as an ENV variable
1 parent c1456c5 commit 0764ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/nf-test-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ runs:
7171
SENTIEON_LICSRVR_IP: ${{ env.SENTIEON_LICSRVR_IP }}
7272
SENTIEON_AUTH_MECH: "GitHub Actions - token"
7373
TAGS: ${{ inputs.tags && format('--tag {0}', inputs.tags) || '' }}
74+
NFT_WORKDIR: "~"
7475
run: |
75-
NFT_WORKDIR=~ \
7676
nf-test test \
7777
--profile=${{ inputs.profile }} \
7878
--tap=test.tap \

0 commit comments

Comments
 (0)