Skip to content

Commit aefa2e0

Browse files
.
1 parent 37c88c0 commit aefa2e0

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
@@ -24,11 +24,11 @@ jobs:
2424
os: [ubuntu-latest, ubuntu-20.04, ubuntu-22.04]
2525
steps:
2626
- name: Set environment variable
27-
run: echo "RUNNING_ON_GITHUB=1" >> $RUNNING_ON_GITHUB_ACTIONS
27+
run: echo "RUNNING_ON_GITHUB=${{ env.RUNNING_ON_GITHUB_ACTIONS }}"
2828
- uses: actions/checkout@v4
2929
- name: do test install in case of merged pull request
3030
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
3131
env:
32-
RUNNING_ON_GITHUB_ACTIONS: ${{ env.RUNNING_ON_GITHUB_ACTIONS }}
32+
RUNNING_ON_GITHUB_ACTIONS: true
3333
- name: switch to fworch user for c# unit tests
3434
run: sudo su -l fworch && cd ~/test/csharp/FWO.Test && dotnet test

0 commit comments

Comments
 (0)