Skip to content

Commit d2cda83

Browse files
committed
Attempt to run NHtmlUnitGenerator
1 parent a2600e8 commit d2cda83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.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)