Skip to content

Commit

Permalink
Test buildevents with HONEYCOMB_TRACE integration
Browse files Browse the repository at this point in the history
Hand-build binary from honeycombio/buildevents#74
  • Loading branch information
DavidS committed Dec 10, 2020
1 parent ef1d1bf commit eb714a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ jobs:
job-status: ${{ job.status }}

- name: "Honeycomb: Start first step"
run: |
echo STEP_ID=0 >> $GITHUB_ENV
echo STEP_START=$(date +%s) >> $GITHUB_ENV

- name: Checkout Source
uses: actions/checkout@v2
if: ${{ github.repository_owner == 'puppetlabs' }}

- run: mv ./buildevents74 ./buildevents

- name: Activate Ruby 2.7
uses: actions/setup-ruby@v1
if: ${{ github.repository_owner == 'puppetlabs' }}
Expand Down
Binary file added buildevents74
Binary file not shown.

0 comments on commit eb714a6

Please sign in to comment.