Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Remove BlueRacer report upload step in test.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dz0ny committed Apr 30, 2024
1 parent 74b638a commit 44f8fb7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@ jobs:
run: set -o pipefail && make test 2>&1 | mint run xcbeautify
- name: Update coverage
run: bash <(curl -s https://codecov.io/bash)
- name: Upload BlueRacer reports
run: bash <(curl -s https://app.blueracer.io/upload) || true
env:
BLUERACER_TOKEN: ${{ secrets.BLUERACER_TOKEN }}
- name: Gather screenshots
run: |
mkdir -p "${{ runner.temp }}/screenshots/"
Expand Down

0 comments on commit 44f8fb7

Please sign in to comment.