Skip to content

Commit

Permalink
Adds test output existence check
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael J Longfritz authored and Michael J Longfritz committed Aug 16, 2024
1 parent a8168fb commit c685f37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:

# compile sipnet
- name: compile sipnet
run: make
run: |
make
if (hashFiles('**/niwot.out') && )
# run single sipnet run
- name: sipnet on Sites/Niwot/niwot
Expand Down

0 comments on commit c685f37

Please sign in to comment.