Skip to content

Bump org.apache.datasketches:datasketches-java from 3.1.0 to 5.0.1 #2

Bump org.apache.datasketches:datasketches-java from 3.1.0 to 5.0.1

Bump org.apache.datasketches:datasketches-java from 3.1.0 to 5.0.1 #2

Workflow file for this run

name: "Backend: PR: Build and test"
on:
pull_request_target:
types: [ "opened", "reopened", "synchronize" ]
paths:
- "pom.xml"
- "contract/**"
- "api/**"
- "serde-api/**"
permissions:
contents: read
checks: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/backend_tests.yml
with:
event_name: ${{ github.event_name }}