Skip to content

Commit

Permalink
Adding support for CI testing. Attempt 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Sep 23, 2024
1 parent 34224d8 commit e1cd22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
test:
if: ${{ github.repository_owner == 'nvidia' }}
uses:
./.github/workflows/gh-build.yml
./.github/workflows/gh-test.yml
with:
client-repo: ${{ github.event.repository.name }}
target-device: ${{ inputs.target-device }}
Expand Down

0 comments on commit e1cd22a

Please sign in to comment.