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