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.
1 parent 42572ba commit c166133Copy full SHA for c166133
.github/workflows/test-install.yml
@@ -27,11 +27,10 @@ jobs:
27
steps:
28
- name: Set environment variable
29
run: echo "RUNNING_ON_GITHUB=${{ env.RUNNING_ON_GITHUB_ACTIONS }}" >> $GITHUB_ACTIONS
30
- - uses: actions/checkout@v4
+ - uses: actions/setup-dotnet@v4
31
- name: do test install in case of merged pull request
32
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
33
with:
34
extraVars: 'RUNNING_ON_GITHUB=${{ env.RUNNING_ON_GITHUB_ACTIONS }}'
35
- - uses: actions/setup-dotnet@v4
36
- name: switch to fworch user for c# unit tests
37
run: sudo su -l fworch && cd ~/test/csharp/FWO.Test && dotnet test
0 commit comments