Skip to content

Commit 58ada5b

Browse files
.
1 parent 2295b57 commit 58ada5b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test-install.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ on:
1616
- 'design/**'
1717

1818
jobs:
19-
test_puppeteer_pdf:
20-
env:
21-
RUNNING_ON_GITHUB_ACTIONS: 'true'
19+
test_puppeteer_pdf:
2220
name: Puppeteer test on ${{ matrix.os }}
2321
runs-on: ${{ matrix.os }}
22+
env:
23+
RUNNING_ON_GITHUB_ACTIONS: 'true'
2424
strategy:
2525
matrix:
2626
os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04]
@@ -31,11 +31,11 @@ jobs:
3131
- name: exec dotnet test
3232
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test --filter "Name=HtmlToPdfTest"
3333

34-
test_ubuntu_latest:
35-
env:
36-
RUNNING_ON_GITHUB_ACTIONS: 'true'
34+
test_ubuntu_latest:
3735
name: test build on ${{ matrix.os }}
3836
runs-on: ${{ matrix.os }}
37+
env:
38+
RUNNING_ON_GITHUB_ACTIONS: 'true'
3939
strategy:
4040
matrix:
4141
os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04]

0 commit comments

Comments
 (0)