mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
test: fix tests failing on windows
This commit is contained in:
parent
f4e17b124d
commit
a71bb14b86
8 changed files with 26 additions and 34 deletions
6
.github/workflows/master.yml
vendored
6
.github/workflows/master.yml
vendored
|
@ -39,6 +39,11 @@ jobs:
|
|||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
steps:
|
||||
- name: Set git to use LF
|
||||
run: |
|
||||
git config --global core.autocrlf false
|
||||
git config --global core.eol lf
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: dart-lang/setup-dart@v1
|
||||
with:
|
||||
|
@ -52,4 +57,3 @@ jobs:
|
|||
|
||||
- name: Run tests
|
||||
run: dart test --exclude-tags "remote_fetch" --platform vm
|
||||
if: matrix.platform != 'windows-latest'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue