Skip to content

Bump @types/jest from 29.5.7 to 29.5.8 in /typescript #195

Bump @types/jest from 29.5.7 to 29.5.8 in /typescript

Bump @types/jest from 29.5.7 to 29.5.8 in /typescript #195

Workflow file for this run

name: Maven
on:
push:
branches:
- '**'
paths:
- 'java/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
java-package: jdk
- name: Build with Maven
working-directory: java
run: ./mvnw --batch-mode --update-snapshots clean test