Skip to content

Commit

Permalink
Tries straightforward rm to delete
Browse files Browse the repository at this point in the history
  • Loading branch information
Alomir committed Aug 16, 2024
1 parent e4bfe5e commit 7c65b59
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ jobs:
run: make

# remove existing test output file
- name: Remove File
uses: JesseTG/[email protected]
with:
path: Sites/Niwot/niwot.out
- name: Remove Niwout Output File
run: rm -f Sites/Niwot/niwot.out

# run single sipnet run
- name: sipnet on Sites/Niwot/niwot
Expand Down

0 comments on commit 7c65b59

Please sign in to comment.