File tree 3 files changed +15
-0
lines changed
3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
on : pull_request
8
8
9
+ env :
10
+ HONEYCOMB_DATASET : litmus tests
11
+
9
12
jobs :
10
13
setup_matrix :
11
14
name : ' Setup Test Matrix'
17
20
env :
18
21
BUNDLE_WITHOUT : development:system_tests:release
19
22
steps :
23
+ - name : " Honeycomb: Start recording"
24
+ uses : puppetlabs/kvrhdn-gha-buildevents@pdk-templates-v1
25
+ with :
26
+ apikey : ${{ secrets.HONEYCOMB_WRITEKEY }}
27
+ dataset : ${{ env.HONEYCOMB_DATASET }}
28
+ job-status : ${{ job.status }}
29
+ - name : " Honeycomb: Start first step"
30
+ run : |
31
+ echo STEP_ID=setup-environment >> $GITHUB_ENV
32
+ echo STEP_START=$(date +%s) >> $GITHUB_ENV
20
33
- uses : actions/checkout@v2
21
34
- name : Setup ruby
22
35
uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 3
3
optional :
4
4
' :test ' :
5
5
- gem : puppet-lint-param-docs
6
+ - gem : rspec_honeycomb_formatter
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ group :test do
9
9
gem 'simplecov-console' , :require => false
10
10
gem 'puppet_metadata' , '~> 1.0' , :require => false
11
11
gem 'puppet-lint-param-docs' , :require => false
12
+ gem 'rspec_honeycomb_formatter' , :require => false
12
13
end
13
14
14
15
group :development do
You can’t perform that action at this time.
0 commit comments