Skip to content

Commit 4853406

Browse files
.
1 parent 392a88f commit 4853406

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-install.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- 'design/**'
1616

1717

18-
jobs:
18+
jobs:
1919
test_install:
2020
name: test build on ${{ matrix.os }}
2121
runs-on: ${{ matrix.os }}
@@ -32,4 +32,3 @@ jobs:
3232
- name: Running in GitHub actions requires testing puppeteer pdf creation separately
3333
if: ${{ env.RUNNING_ON_GITHUB_ACTIONS }} == true
3434
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

Comments
 (0)