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 aefa2e0 commit c9bb236Copy full SHA for c9bb236
.github/workflows/test-install.yml
@@ -15,10 +15,12 @@ on:
15
- 'design/**'
16
17
18
-jobs:
+jobs:
19
test_install:
20
name: test build on ${{ matrix.os }}
21
runs-on: ${{ matrix.os }}
22
+ env:
23
+ RUNNING_ON_GITHUB_ACTIONS: true
24
strategy:
25
matrix:
26
os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04]
@@ -28,7 +30,5 @@ jobs:
28
30
- uses: actions/checkout@v4
29
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
- env:
- RUNNING_ON_GITHUB_ACTIONS: true
33
- name: switch to fworch user for c# unit tests
34
run: sudo su -l fworch && cd ~/test/csharp/FWO.Test && dotnet test
0 commit comments