Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
thehighestmath committed Oct 4, 2024
1 parent a33c344 commit e3d16fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Check if out.csv exists
run: ls out.csv

- name: Fail is out.csv does not exist
- name: Fail if out.csv does not exist
if: failure()
run: exit 1

Expand Down

0 comments on commit e3d16fd

Please sign in to comment.