Skip to content

Commit db3ebbc

Browse files
Update test-install.yml
1 parent ad33d04 commit db3ebbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-install.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)