From 0764ed059090c055757cd394ebdfd1f6246056b7 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Mon, 18 Nov 2024 12:11:50 -0600 Subject: [PATCH] style: Set NFT_WORKDIR as an ENV variable --- .github/actions/nf-test-action/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/nf-test-action/action.yml b/.github/actions/nf-test-action/action.yml index a656fadbb005..5b87e1e36114 100644 --- a/.github/actions/nf-test-action/action.yml +++ b/.github/actions/nf-test-action/action.yml @@ -71,8 +71,8 @@ runs: SENTIEON_LICSRVR_IP: ${{ env.SENTIEON_LICSRVR_IP }} SENTIEON_AUTH_MECH: "GitHub Actions - token" TAGS: ${{ inputs.tags && format('--tag {0}', inputs.tags) || '' }} + NFT_WORKDIR: "~" run: | - NFT_WORKDIR=~ \ nf-test test \ --profile=${{ inputs.profile }} \ --tap=test.tap \