Skip to content

Commit

Permalink
Let's try Honeycomb.io.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Aug 27, 2024
1 parent 392e21f commit 6dc9d3e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/reusable-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Initialise Honeycomb.io
uses: honeycombio/gha-buildevents@v2
with:
apikey: ${{ secrets.BUILDEVENT_APIKEY }}
dataset: gha-buildevents_integration
status: ${{ job.status }}
matrix-key: wp-${{ inputs.wp }}-PHP-${{ inputs.php }}

- name: Configure environment variables
run: | #shell
echo "PHP_FPM_UID=$(id -u)" >> $GITHUB_ENV
Expand Down

0 comments on commit 6dc9d3e

Please sign in to comment.