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 f16beb9 commit 676742cCopy full SHA for 676742c
.github/workflows/build.yml
@@ -32,6 +32,8 @@ jobs:
32
- name: DotNetBuild
33
shell: pwsh
34
run: ./ci-build.ps1
35
+ - name: Install Ghostscript
36
+ run: sudo apt-get install -y ghostscript
37
- name: Test
38
run: dotnet test --no-restore --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
39
- name: Codecov
0 commit comments