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