Skip to content

Commit d1eaef5

Browse files
committed
build source files first then execute the test projects
1 parent f9fe710 commit d1eaef5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/verify-pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
with:
1818
global-json-file: global.json
1919

20-
- name: dotnet build
21-
run: dotnet build --configuration Release
20+
- name: dotnet build sources
21+
run: dotnet build src/Sotsera.Sources.Common/Sotsera.Sources.Common.csproj --configuration Release
2222

2323
- name: dotnet test
24-
run: dotnet test --configuration Release --no-build
24+
run: dotnet test --configuration Release
2525

2626
- name: dotnet format
2727
run: dotnet format -v detailed --verify-no-changes

0 commit comments

Comments
 (0)