Skip to content

Commit 02e697a

Browse files
.
1 parent 95abd0d commit 02e697a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

inventory/group_vars/all.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ fworch_conf_dir: "{{ fworch_home }}/etc"
3737
fworch_conf_file: "{{ fworch_conf_dir }}/fworch.json"
3838
fworch_secrets_dir: "{{ fworch_conf_dir }}/secrets"
3939

40+
github_actions_env: "{{ GITHUB_ACTIONS=true }}"
41+
4042
# setting default proxy (may be overwritten via --extra-vars)
4143
http_proxy: "{{ lookup('env','http_proxy') }}"
4244
https_proxy: "{{ lookup('env','https_proxy') }}"

roles/tests-unit/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
become_user: "{{ fworch_user }}"
1717
register: csharp_tests
1818
ignore_errors: false
19-
environment: "{{ proxy_env }}"
19+
environment: "{{ github_actions_env }}"
2020

2121
- name: show csharp test results in case of errors
2222
debug:

0 commit comments

Comments
 (0)