Skip to content

Commit 3bb50c7

Browse files
Merge branch 'puppeteer' of https://github.com/SolidProgramming/firewall-orchestrator into puppeteer
2 parents 9f3d367 + 348e949 commit 3bb50c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-install.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
run: echo "RUNNING_ON_GITHUB=1" >> $GITHUB_ENV
2626
- name: Setup dotnet
2727
uses: actions/setup-dotnet@v4
28+
- name: alter sandbox permission for chrome
29+
run: cd /usr/local/bin/ && sudo chmod -R 755 Chrome && sudo chmod -R ChromeHeadlessShell
2830
- name: exec dotnet test
2931
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test --filter "Name=HtmlToPdfTest"
3032
env:

0 commit comments

Comments
 (0)