Skip to content

Commit

Permalink
feat(#56): java, gen
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jul 9, 2024
1 parent 1d273ae commit e9a71df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
- uses: extractions/setup-just@v1
with:
just-version: 1.30.1
run: just gen
- uses: actions-rs/[email protected]
with:
version: '0.22.0'
Expand Down

0 comments on commit e9a71df

Please sign in to comment.