Skip to content

Bump io.mockk:mockk from 1.13.14 to 1.13.16 in the dependencies group… #44

Bump io.mockk:mockk from 1.13.14 to 1.13.16 in the dependencies group…

Bump io.mockk:mockk from 1.13.14 to 1.13.16 in the dependencies group… #44

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: 21
distribution: temurin
cache: gradle
- name: Build
run: ./gradlew build