Skip to content

Bump io.kotest:kotest-runner-junit5-jvm from 5.7.2 to 5.8.0 #1388

Bump io.kotest:kotest-runner-junit5-jvm from 5.7.2 to 5.8.0

Bump io.kotest:kotest-runner-junit5-jvm from 5.7.2 to 5.8.0 #1388

Workflow file for this run

name: Build-Deploy
on:
push:
branches-ignore:
- 'main'
jobs:
build-and-deploy-artifact:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Build with Maven
env:
GITHUB_USERNAME: x-access-token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn --no-transfer-progress package