Skip to content

Commit

Permalink
Update dotnet-desktop.yml: try to fix linux tests 6
Browse files Browse the repository at this point in the history
  • Loading branch information
romibi authored Oct 31, 2023
1 parent 0d4740d commit 2bdcb91
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,6 @@ jobs:
with:
fetch-depth: 0

- name: Check Git status
run: |-
git config --global core.autocrlf
git config --global core.eol
git config core.autocrlf
git config core.eol
cat .gitattributes
- name: Install .NET Core
uses: actions/setup-dotnet@v3
with:
Expand All @@ -188,6 +180,7 @@ jobs:
if: failure()
uses: actions/upload-artifact@v3
with:
name: TestFails
name: TestResults
path: |
**/TestFails/
**/TestData/

0 comments on commit 2bdcb91

Please sign in to comment.