Skip to content

Commit

Permalink
remove workflow for report extractor
Browse files Browse the repository at this point in the history
this project has no tests to report on
  • Loading branch information
DavidLawes committed Aug 29, 2023
1 parent a14e3d5 commit aced313
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/report-extractor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ concurrency:
permissions:
id-token: write
contents: read
checks: write

jobs:
build:
Expand All @@ -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 .

Expand Down

0 comments on commit aced313

Please sign in to comment.