Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leondavi authored Nov 11, 2023
1 parent 4481e46 commit 62fd97d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
id: nif
if: steps.build.outcome == 'success'
run: |
./Tests/NerlnetNifTest.sh
./tests/NerlnetNifTest.sh
- name: Run FullFlow test
if: steps.nif.outcome == 'success'
run: |
./Tests/NerlnetFullFlowTest.sh
./tests/NerlnetFullFlowTest.sh

0 comments on commit 62fd97d

Please sign in to comment.