Skip to content

Commit d33587b

Browse files
committed
Getting test result published on Github
1 parent 29541c2 commit d33587b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
with:
2828
dotnet-version: 9.0.x
2929
- name: Restore dependencies
30-
run: dotnet restore
30+
run: dotnet restore Source/
3131
- name: Build
32-
run: dotnet build --no-restore
32+
run: dotnet build Source/ --no-restore
3333
- name: Test
34-
run: dotnet test --no-build --verbosity normal --logger:"xunit;LogFilePath=test-results.xml"
34+
run: dotnet test Source/ --no-build --verbosity normal --logger:"xunit;LogFilePath=test-results.xml"
3535
- name: Print Directory
3636
run: |
3737
pwd
@@ -42,5 +42,5 @@ jobs:
4242
if: always()
4343
with:
4444
files: |
45-
./Dove.Blog.Tests/test-results.xml
45+
./Source/Dove.Blog.Tests/test-results.xml
4646

0 commit comments

Comments
 (0)