From 6dc9d3e13cc5cf0d28b64ee72669c0f97fbd5a04 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 27 Aug 2024 17:40:51 +0100 Subject: [PATCH] Let's try Honeycomb.io. --- .github/workflows/reusable-acceptance-tests.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/reusable-acceptance-tests.yml b/.github/workflows/reusable-acceptance-tests.yml index 002091f..3646315 100644 --- a/.github/workflows/reusable-acceptance-tests.yml +++ b/.github/workflows/reusable-acceptance-tests.yml @@ -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