Skip to content

Commit

Permalink
Fix non-stopping CI on windows (#453)
Browse files Browse the repository at this point in the history
* Fix non-stopping CI on windows

run in bash shell not powershell to get correct exit code

* Ensure that ofn-files have LF line ending
  • Loading branch information
dalito authored Feb 21, 2023
1 parent cf2978f commit 53bba66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Why is this file here in OAK? -> https://github.com/linkml/schema-automator/pull/104#issuecomment-1307388416
# This file may be removed after funowl is fixed to work with platform-specific line endings.

# https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings
# Declare files that will always have LF line endings on checkout.
*.ofn text eol=lf
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
poetry run coverage combine
poetry run coverage xml
poetry run coverage report -m
shell: bash
env:
BIOPORTAL_API_KEY: ${{ secrets.BIOPORTAL_API_KEY }}

Expand Down

0 comments on commit 53bba66

Please sign in to comment.