Skip to content

Commit

Permalink
Merge pull request #281 from leondavi/ci
Browse files Browse the repository at this point in the history
[CI] Add timeout and missing id
  • Loading branch information
leondavi authored Feb 8, 2024
2 parents 234924e + 8a0ecd2 commit 9bd959a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
if: steps.build.outcome == 'success'
run: |
./tests/NerlnetNifTest.sh
timeout-minutes: 15
- name: Run FullFlow test
id: fullflow
if: steps.nif.outcome == 'success'
run: |
./tests/NerlnetFullFlowTest.sh
timeout-minutes: 20

0 comments on commit 9bd959a

Please sign in to comment.