Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SignalRT authored Nov 1, 2023
1 parent 43ff69c commit a18a0c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
- name: Restore packages
run: dotnet restore LLamaSharp.sln
- name: Test
run: dotnet test -c ${{ matrix.config }} --logger trx --results-directory "TestResults-${{ matrix.dotnet-version }}"
- name: Upload dotnet test results
uses: actions/upload-artifact@v3
with:
name: dotnet-results-${{ matrix.dotnet-version }}
path: TestResults-${{ matrix.dotnet-version }}
run: dotnet test LLamaSharp.sln -c ${{ matrix.config }} -l "console;verbosity=detailed"
# - name: Upload dotnet test results
# uses: actions/upload-artifact@v3
# with:
# name: dotnet-results-${{ matrix.dotnet-version }}
# path: TestResults-${{ matrix.dotnet-version }}


0 comments on commit a18a0c3

Please sign in to comment.