Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
teoadal committed Apr 27, 2024
1 parent 9b66043 commit efd326e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ on:

jobs:
build:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
Expand All @@ -28,7 +22,6 @@ jobs:
cd ./src/Storage.Tests/
dotnet test -c Release --no-build /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=opencover /p:Exclude="[*]Storage.Benchmark.*"
- name: Publish coverage report
if: startsWith(matrix.os, 'ubuntu')
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit efd326e

Please sign in to comment.