Skip to content

build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.21.1 to 2.21.2 #60

build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.21.1 to 2.21.2

build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.21.1 to 2.21.2 #60

Workflow file for this run

name: test
on:
workflow_dispatch:
pull_request:
branches: [ main ]
paths-ignore:
- '**.md'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '17'
- run: ./gradlew test