Skip to content

Commit 2295b57

Browse files
.
1 parent 2c95d7a commit 2295b57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-install.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ on:
1717

1818
jobs:
1919
test_puppeteer_pdf:
20-
name: Puppeteer test on ${{ matrix.os }}
21-
runs-on: ${{ matrix.os }}
2220
env:
2321
RUNNING_ON_GITHUB_ACTIONS: 'true'
22+
name: Puppeteer test on ${{ matrix.os }}
23+
runs-on: ${{ matrix.os }}
2424
strategy:
2525
matrix:
2626
os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04]
@@ -32,10 +32,10 @@ jobs:
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

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

0 commit comments

Comments
 (0)