From 5379ff15b8414a6741895b27a9976bb86a5603d8 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 23 Jun 2021 10:38:12 +0100 Subject: [PATCH] workflows/tests: use buildpulse-test-reporter formula. --- .github/workflows/tests.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 49c38a8bda..464124a2b7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -329,6 +329,5 @@ jobs: BUILDPULSE_ACCESS_KEY_ID: ${{ secrets.BUILDPULSE_ACCESS_KEY_ID }} BUILDPULSE_SECRET_ACCESS_KEY: ${{ secrets.BUILDPULSE_SECRET_ACCESS_KEY }} run: | - curl -fsSL https://github.com/buildpulse/test-reporter/releases/latest/download/test-reporter-darwin-amd64 > ./buildpulse-test-reporter - chmod +x ./buildpulse-test-reporter - ./buildpulse-test-reporter submit Library/Homebrew/test/junit --account-id 1503512 --repository-id 53238813 + brew install buildpulse-test-reporter + buildpulse-test-reporter submit Library/Homebrew/test/junit --account-id 1503512 --repository-id 53238813