From aced3131378b9441e2fb685fd2e0fa47de23ed9d Mon Sep 17 00:00:00 2001 From: David Lawes Date: Tue, 29 Aug 2023 11:14:07 +0100 Subject: [PATCH] remove workflow for report extractor this project has no tests to report on --- .github/workflows/report-extractor.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/report-extractor.yml b/.github/workflows/report-extractor.yml index cdb028edc..bfe2cf08d 100644 --- a/.github/workflows/report-extractor.yml +++ b/.github/workflows/report-extractor.yml @@ -19,7 +19,6 @@ concurrency: permissions: id-token: write contents: read - checks: write jobs: build: @@ -41,16 +40,6 @@ jobs: - name: Compile, test and assembly run: sbt "project reportextractor" "compile" "test" "assembly" - - name: Test Report - uses: dorny/test-reporter@v1 - if: success() || failure() # run this step even if previous step failed - with: - name: Tests - path: reportextractor/target/test-reports/TEST-*.xml - reporter: java-junit - only-summary: 'false' - fail-on-error: 'true' - - name: Copy jar to root run: cp reportextractor/target/scala-*/reportextractor.jar .