From f97c351a8fb505eaa1c014baaaf2233d0a31b4cb 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 +- .github/workflows/gpu-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 \ diff --git a/.github/workflows/gpu-tests.yml b/.github/workflows/gpu-tests.yml index f6b44c1eb910..7cb77c8e5645 100644 --- a/.github/workflows/gpu-tests.yml +++ b/.github/workflows/gpu-tests.yml @@ -71,4 +71,4 @@ jobs: profile: ${{ matrix.profile }},gpu shard: ${{ matrix.shard }} total_shards: ${{ env.TOTAL_SHARDS }} - # TODO Pass a "gpu" tag in case there's cpu only tests + tags: gpu