Skip to content

Commit

Permalink
chore: Remove GitHub action which tests zio-http route which do not e…
Browse files Browse the repository at this point in the history
…xist anymore
  • Loading branch information
seakayone committed Oct 24, 2023
1 parent cb5dec6 commit f259d74
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,36 +70,6 @@ jobs:
with:
files: ./target/scala-2.13/coverage-report/cobertura.xml

zio-http-test:
name: Build and zio-http-test
runs-on: ubuntu-latest
strategy:
matrix:
java: [ "17", "21" ]
steps:
- name: Run preparatory steps
uses: dasch-swiss/dsp-api/.github/actions/preparation@main
with:
java-version: ${{ matrix.java }}
- name: Run all ZioHttp tests
run: make zio-http-test
- name: ZIO-Http Routes Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: ZIO-Http Routes Test Report
path: ./integration/target/test-reports/TEST-*.xml
reporter: java-junit
- name: Upload coverage data to codacy
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: ./target/scala-2.13/coverage-report/cobertura.xml
- name: Upload coverage data to codecov
uses: codecov/codecov-action@v3
with:
files: ./target/scala-2.13/coverage-report/cobertura.xml

test-client-test-data:
name: Test client-test-data
runs-on: ubuntu-latest
Expand Down

0 comments on commit f259d74

Please sign in to comment.