Skip to content

Commit

Permalink
removes cimate
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb committed Nov 29, 2021
1 parent 84a9450 commit f0a13f1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
buildNumber: ${{ github.run_number }}
- name: Aggregate test reports with ciMate
if: always()
continue-on-error: true
env:
CIMATE_PROJECT_ID: m84qx17y
run: |
wget -q https://get.cimate.io/release/linux/cimate
chmod +x cimate
./cimate "**/TEST-*.xml"

0 comments on commit f0a13f1

Please sign in to comment.