Skip to content

Commit

Permalink
Add java version to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
1001mei committed Apr 6, 2024
1 parent 4de857a commit c24b52d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- run: yarn install --frozen-lockfile
- name: Build
run: yarn build
- uses: actions/setup-java@v4
with:
java-version: '17.0'
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
test-script: yarn test

0 comments on commit c24b52d

Please sign in to comment.