Skip to content

Commit 8d71f14

Browse files
committed
update workflow
1 parent 73fc747 commit 8d71f14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
run: dotnet restore
2525
- name: Build
2626
run: dotnet build --configuration Release --no-restore
27+
- name: Test Examples
28+
run: dotnet test ../examples/
2729
- name: Test & Code Coverage
28-
run:
29-
dotnet test ../examples/
30-
dotnet test --collect:"XPlat Code Coverage" -r ./codecov --no-restore --verbosity normal
30+
run: dotnet test --collect:"XPlat Code Coverage" -r ./codecov --no-restore --verbosity normal
3131
- name: Codecov
3232
uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # 3.1.0
3333
with:

0 commit comments

Comments
 (0)