Skip to content

Commit 827e72f

Browse files
Merge branch 'puppeteer' of https://github.com/SolidProgramming/firewall-orchestrator into puppeteer
2 parents ad9bdac + 37090d5 commit 827e72f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/test-install.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,3 @@ jobs:
2929
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
3030
env:
3131
RUNNING_ON_GITHUB_ACTIONS: ${{ env.RUNNING_ON_GITHUB }}
32-
33-
- name: alter sandbox permission for chrome
34-
run: cd /usr/local/bin/Chrome/Linux-133.0.6943.53/chrome-linux64/ && sudo chown root:root chrome_sandbox && sudo chmod 4755 chrome_sandbox
35-
36-
- name: alter sandbox permission for chromeheadlessshell
37-
run: cd /usr/local/bin/ChromeHeadlessShell/Linux-133.0.6943.53/chrome-headless-shell-linux64/ && sudo chown root:root chrome_sandbox && sudo chmod 4755 chrome_sandbox
38-
39-
- name: Setup dotnet
40-
uses: actions/setup-dotnet@v4
41-
- name: exec dotnet test
42-
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test --filter "Name=HtmlToPdfTest"
43-
env:
44-
RUNNING_ON_GITHUB_ACTIONS: ${{ env.RUNNING_ON_GITHUB }}

0 commit comments

Comments
 (0)