Skip to content

Bump kotest.version from 5.6.1 to 5.6.2 #208

Bump kotest.version from 5.6.1 to 5.6.2

Bump kotest.version from 5.6.1 to 5.6.2 #208

name: isbn-stacks-pull_request
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Build and Test
run: mvn clean install jacoco:prepare-agent package jacoco:report