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 f97c351Copy full SHA for f97c351
.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 \
.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
0 commit comments