Skip to content

Value class does not work #6

Value class does not work

Value class does not work #6

Workflow file for this run

name: Build
on:
push:
branches:
- main
workflow_dispatch:
pull_request:
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- name: Test
run: ./gradlew test