Skip to content

Commit b25db45

Browse files
committed
Attempt to run NHtmlUnitGenerator
1 parent 6a829fc commit b25db45

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232

3333
- run: dotnet restore
3434

35+
- run: dotnet run --configuration Release --no-restore --project app/NHtmlUnitGenerator/NHtmlUnit.Generator.csproj
36+
3537
- run: dotnet build --configuration Release --no-restore
3638

3739
- run: dotnet test --project tests/IntegrationTests/IntegrationTests.csproj --configuration Release --no-build --no-restore -p:CollectCoverage=true -p:CoverletOutputFormat=opencover -p:Exclude="[NHtmlUnit.Test*]*"

0 commit comments

Comments
 (0)