Skip to content

Commit f410df3

Browse files
committed
Revert "Try again"
This reverts commit f9f1d9e.
1 parent fb580f3 commit f410df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
dotnet build --no-restore --configuration Release /p:VersionSuffix=$env:PACKAGE_VERSION_SUFFIX
133133
- name: Test
134134
run: |
135-
dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --verbosity normal --logger "GitHubActions;verbosity=normal;summary.includeSkippedTests=true"
135+
dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --logger "GitHubActions;verbosity=normal;summary.includeSkippedTests=true"
136136
- name: Upload coverage to codecov.io
137137
if: matrix.os == 'ubuntu-latest'
138138
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)