workflows/tests: use buildpulse-test-reporter formula.
This commit is contained in:
parent
0eec1d5e57
commit
5379ff15b8
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -329,6 +329,5 @@ jobs:
|
|||||||
BUILDPULSE_ACCESS_KEY_ID: ${{ secrets.BUILDPULSE_ACCESS_KEY_ID }}
|
BUILDPULSE_ACCESS_KEY_ID: ${{ secrets.BUILDPULSE_ACCESS_KEY_ID }}
|
||||||
BUILDPULSE_SECRET_ACCESS_KEY: ${{ secrets.BUILDPULSE_SECRET_ACCESS_KEY }}
|
BUILDPULSE_SECRET_ACCESS_KEY: ${{ secrets.BUILDPULSE_SECRET_ACCESS_KEY }}
|
||||||
run: |
|
run: |
|
||||||
curl -fsSL https://github.com/buildpulse/test-reporter/releases/latest/download/test-reporter-darwin-amd64 > ./buildpulse-test-reporter
|
brew install buildpulse-test-reporter
|
||||||
chmod +x ./buildpulse-test-reporter
|
buildpulse-test-reporter submit Library/Homebrew/test/junit --account-id 1503512 --repository-id 53238813
|
||||||
./buildpulse-test-reporter submit Library/Homebrew/test/junit --account-id 1503512 --repository-id 53238813
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user