Skip to content

Commit

Permalink
Revert "Pretty layout for tests results." (#3352)
Browse files Browse the repository at this point in the history
Reverts #3348
  • Loading branch information
micsza authored Nov 30, 2023
1 parent 8f05f16 commit 87ee1a9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,6 @@ jobs:
- name: Test
if: matrix.target-platform == 'JS' && matrix.scala-version == '3'
run: sbt $SBT_JAVA_OPTS catsJS3/test circeJsonJS3/test clientCoreJS3/test clientTestsJS3/test coreJS3/test jsoniterScalaJS3/test openapiDocsJS3/test redocJS3/test serverCoreJS3/test sttpClientJS3/test testingJS3/test testsJS3/test uPickleJsonJS3/test zioJsonJS3/test
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure() # run regardless previous step succeeded or failed
with:
name: 'Tests results (${{ matrix.scala-version }}, ${{ matrix.target-platform }}, ${{ matrix.java }})'
path: '**/test-reports/TEST*.xml'
reporter: java-junit
- name: Prepare release notes
uses: release-drafter/release-drafter@v5
with:
Expand Down

0 comments on commit 87ee1a9

Please sign in to comment.