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 392a88f commit 4853406Copy full SHA for 4853406
.github/workflows/test-install.yml
@@ -15,7 +15,7 @@ on:
15
- 'design/**'
16
17
18
-jobs:
+jobs:
19
test_install:
20
name: test build on ${{ matrix.os }}
21
runs-on: ${{ matrix.os }}
@@ -32,4 +32,3 @@ jobs:
32
- name: Running in GitHub actions requires testing puppeteer pdf creation separately
33
if: ${{ env.RUNNING_ON_GITHUB_ACTIONS }} == true
34
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test --filter "Name=HtmlToPdfTest"
35
-
0 commit comments