From afa0268bbf4cf6d62a506e87fa82e7b9ce724bba Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Wed, 20 Nov 2024 21:09:22 -0600 Subject: [PATCH] ci: Why does that break things? --- .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 1fdfcd83a98..8cd79f21680 100644 --- a/.github/actions/nf-test-action/action.yml +++ b/.github/actions/nf-test-action/action.yml @@ -73,8 +73,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 \