Skip to content

Commit

Permalink
Merge pull request #26 from markehammons/markehammons/issue20
Browse files Browse the repository at this point in the history
Add runtime tests to CI workflow
  • Loading branch information
markehammons authored Nov 25, 2022
2 parents 0b7104c + 22a8622 commit 1e40329
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
- name: Java 19 Implementation test
run: ./mill j19.test
- run: ./mill de.tobiasroeser.mill.jacoco.Jacoco/jacocoReportFull
- name: Runtime 17 implementation tests
run: ./mill runtime.test
env:
JAVA_HOME: ${{ env.JAVA_HOME_17_X64 }}

- name: Runtime 19 implementation tests
run: ./mill runtime.test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 1e40329

Please sign in to comment.