Skip to content

chore: update build package and project dependencies (#6) #7

chore: update build package and project dependencies (#6)

chore: update build package and project dependencies (#6) #7

Workflow file for this run

name: Tests
on:
push:
branches:
- '**/**'
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- name: run project tests
run: ./gradlew test --no-daemon