Skip to content

build(deps): bump kotestVersion from 5.6.2 to 5.8.1 #51

build(deps): bump kotestVersion from 5.6.2 to 5.8.1

build(deps): bump kotestVersion from 5.6.2 to 5.8.1 #51

Workflow file for this run

name: Run checks
on:
push:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: mvn --batch-mode -P github package