We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2600e8 commit d2cda83Copy full SHA for d2cda83
.github/workflows/build.yml
@@ -32,6 +32,8 @@ jobs:
32
33
- run: dotnet restore
34
35
+ - run: dotnet run --configuration Release --no-restore --project app/NHtmlUnitGenerator/NHtmlUnit.Generator.csproj
36
+
37
- run: dotnet build --configuration Release --no-restore
38
39
- 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