Skip to content

Commit b4f9ea7

Browse files
authored
Merge branch 'feature/metehod_template' into copilot/finish-withcompiletimeconstants-implementation
2 parents bc5266c + 8f4f4e1 commit b4f9ea7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ jobs:
2323
- name: Restore dependencies
2424
run: dotnet restore EasySourceGenerators.sln
2525

26+
- name: Build
27+
run: dotnet build EasySourceGenerators.sln --no-restore
28+
2629
- name: Test
27-
run: dotnet test EasySourceGenerators.sln --no-restore --verbosity normal --collect:"XPlat Code Coverage" --logger "trx;LogFilePrefix=test-results" --results-directory ./coverage
30+
run: dotnet test EasySourceGenerators.sln --no-build --verbosity normal --collect:"XPlat Code Coverage" --logger "trx;LogFilePrefix=test-results" --results-directory ./coverage
2831

2932
- name: Upload coverage to Codecov
3033
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)