We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f3d367 + 348e949 commit 3bb50c7Copy full SHA for 3bb50c7
.github/workflows/test-install.yml
@@ -25,6 +25,8 @@ jobs:
25
run: echo "RUNNING_ON_GITHUB=1" >> $GITHUB_ENV
26
- name: Setup dotnet
27
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
30
- name: exec dotnet test
31
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test --filter "Name=HtmlToPdfTest"
32
env:
0 commit comments