Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Aug 8, 2023
1 parent 5d3df02 commit 5b99fe8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,15 @@ on:
jobs:
gradle:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11', '17' ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: ${{ matrix.java }}
java-version: 8
- uses: gradle/gradle-build-action@v2
with:
arguments: assemble
- uses: gradle/gradle-build-action@v2
with:
arguments: check jacocoTestReport --continue --console=plain
arguments: assemble check jacocoTestReport --continue --console=plain
- uses: codecov/codecov-action@v3
with:
flags: unittests

0 comments on commit 5b99fe8

Please sign in to comment.