Skip to content

Commit efd326e

Browse files
committed
Fix tests
1 parent 9b66043 commit efd326e

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ${{ matrix.os }}
12-
13-
strategy:
14-
fail-fast: false
15-
matrix:
16-
os: [ macos-latest, ubuntu-latest, windows-latest ]
17-
11+
runs-on: ubuntu-latest
1812
steps:
1913
- uses: actions/checkout@v3
2014
- name: Setup .NET
@@ -28,7 +22,6 @@ jobs:
2822
cd ./src/Storage.Tests/
2923
dotnet test -c Release --no-build /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=opencover /p:Exclude="[*]Storage.Benchmark.*"
3024
- name: Publish coverage report
31-
if: startsWith(matrix.os, 'ubuntu')
3225
uses: codecov/codecov-action@v3
3326
with:
3427
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)