File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
2525 - uses : actions/checkout@v4
2626 - uses : actions/setup-dotnet@v4
2727 - name : verify ansible version
28- run : cd /home/actions-runner /_work/firewall-orchestrator/firewall-orchestrator/scripts && install-ansible-from-venv.sh
28+ run : cd /home/github /_work/firewall-orchestrator/firewall-orchestrator/scripts && install-ansible-from-venv.sh
2929 - name : do test install in case of merged pull request
30- run : cd /home/runner/work /firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
30+ run : cd /home/github/_work /firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
3131 - name : Running in GitHub actions requires testing puppeteer pdf creation separately
3232 if : ${{ env.RUNNING_ON_GITHUB_ACTIONS }} == true
33- run : cd /home/runner/work /firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test --filter "Name=HtmlToPdfTest"
33+ run : cd /home/github/_work /firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test --filter "Name=HtmlToPdfTest"
3434
3535
3636 test_install :
You can’t perform that action at this time.
0 commit comments