File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717
1818jobs :
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]
You can’t perform that action at this time.
0 commit comments