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 b89d3a6 commit fa441c5Copy full SHA for fa441c5
.github/workflows/test-install.yml
@@ -25,10 +25,10 @@ jobs:
25
steps:
26
- uses: actions/checkout@v4
27
- name: Set environment variable
28
- run: echo "RUNNING_ON_GITHUB=1" >> $GITHUB_ENV
+ run: echo "$GITHUB_ACTIONS" >> $RUNNING_ON_GITHUB_ACTIONS
29
- name: do test install in case of merged pull request
30
run: cd /home/runner/work/firewall-orchestrator/firewall-orchestrator && ansible-playbook -e force_install=true site.yml -K
31
env:
32
- RUNNING_ON_GITHUB_ACTIONS: ${{ env.RUNNING_ON_GITHUB }}
+ RUNNING_ON_GITHUB_ACTIONS: ${{ env.$GITHUB_ACTIONS }}
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