Skip to content

Commit 7685c29

Browse files
.
1 parent 202d9ac commit 7685c29

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
@@ -28,8 +28,8 @@ jobs:
2828
- name: Set environment variable
2929
run: echo "RUNNING_ON_GITHUB=${{ env.RUNNING_ON_GITHUB_ACTIONS }}" >> $GITHUB_ACTIONS
3030
- uses: actions/checkout@v4
31-
- uses: actions/setup-dotnet@v4
32-
- name: do test install in case of merged pull request
31+
- uses: actions/setup-dotnet@v4
32+
- name: do test install in case of merged pull request
3333
with:
3434
extraVars: 'RUNNING_ON_GITHUB=${{ env.RUNNING_ON_GITHUB_ACTIONS }}'
3535
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K

0 commit comments

Comments
 (0)