Skip to content

Commit 924b550

Browse files
Update test-install.yml
1 parent ac09057 commit 924b550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
echo "The value of RUNNING_ON_GITHUB_ACTIONS is $RUNNING_ON_GITHUB_ACTIONS"
4141
- uses: actions/checkout@v4
4242
- uses: actions/setup-dotnet@v4
43-
- name: do test install in case of merged pull request
44-
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
4543
- name: Running in GitHub actions requires testing puppeteer pdf creation separately
4644
if: ${{ env.RUNNING_ON_GITHUB_ACTIONS }} == true
4745
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator/roles/tests-unit/files/FWO.Test && dotnet restore && dotnet build && dotnet test --filter "Name=HtmlToPdfTest"
46+
- name: do test install in case of merged pull request
47+
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K

0 commit comments

Comments
 (0)