Skip to content

Bump kotest from 5.6.2 to 5.8.0 #151

Bump kotest from 5.6.2 to 5.8.0

Bump kotest from 5.6.2 to 5.8.0 #151

Workflow file for this run

name: Run Unit Tests
on:
push:
branches: [master, ci]
pull_request:
branches: [master, ci]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- run: chmod +x gradlew
- name: Unit test
run: |
./gradlew clean
./gradlew test