File tree 3 files changed +15
-3
lines changed
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 33
33
BOLT_GEM : true
34
34
BOLT_DISABLE_ANALYTICS : true
35
35
BUILDEVENT_FILE : ' ../buildevents.txt'
36
+ LANG : ' en_US.UTF-8'
36
37
strategy :
37
38
fail-fast : false
38
39
matrix :
@@ -72,12 +73,15 @@ jobs:
72
73
ruby-version : " 2.7"
73
74
bundler-cache : true
74
75
75
- - name : " Print bundle environment"
76
+ - name : " Print bundle and environment info "
76
77
if : ${{ github.repository_owner == 'puppetlabs' }}
77
78
run : |
78
79
echo ::group::info:bundler
79
80
buildevents cmd $TRACE_ID $STEP_ID 'bundle env' -- bundle env
80
81
echo ::endgroup::
82
+ echo ::group::info:environment
83
+ buildevents cmd $TRACE_ID $STEP_ID 'env' -- env
84
+ echo ::endgroup::
81
85
82
86
- name : " Honeycomb: Record environment setup time"
83
87
if : ${{ always() }}
Original file line number Diff line number Diff line change 19
19
BOLT_GEM : true
20
20
BOLT_DISABLE_ANALYTICS : true
21
21
BUILDEVENT_FILE : ' ../buildevents.txt'
22
+ LANG : ' en_US.UTF-8'
22
23
strategy :
23
24
fail-fast : false
24
25
matrix :
@@ -54,12 +55,15 @@ jobs:
54
55
ruby-version : " 2.7"
55
56
bundler-cache : true
56
57
57
- - name : " Print bundle environment"
58
+ - name : " Print bundle and environment info "
58
59
if : ${{ github.repository_owner == 'puppetlabs' }}
59
60
run : |
60
61
echo ::group::info:bundler
61
62
buildevents cmd $TRACE_ID $STEP_ID 'bundle env' -- bundle env
62
63
echo ::endgroup::
64
+ echo ::group::info:environment
65
+ buildevents cmd $TRACE_ID $STEP_ID 'env' -- env
66
+ echo ::endgroup::
63
67
64
68
- name : " Honeycomb: Record environment setup time"
65
69
if : ${{ always() }}
Original file line number Diff line number Diff line change 33
33
BOLT_GEM : true
34
34
BOLT_DISABLE_ANALYTICS : true
35
35
BUILDEVENT_FILE : ' ../buildevents.txt'
36
+ LANG : ' en_US.UTF-8'
36
37
strategy :
37
38
fail-fast : false
38
39
matrix :
@@ -72,12 +73,15 @@ jobs:
72
73
ruby-version : " 2.7"
73
74
bundler-cache : true
74
75
75
- - name : " Print bundle environment"
76
+ - name : " Print bundle and environment info "
76
77
if : ${{ github.repository_owner == 'puppetlabs' }}
77
78
run : |
78
79
echo ::group::info:bundler
79
80
buildevents cmd $TRACE_ID $STEP_ID 'bundle env' -- bundle env
80
81
echo ::endgroup::
82
+ echo ::group::info:environment
83
+ buildevents cmd $TRACE_ID $STEP_ID 'env' -- env
84
+ echo ::endgroup::
81
85
82
86
- name : " Honeycomb: Record environment setup time"
83
87
if : ${{ always() }}
You can’t perform that action at this time.
0 commit comments