Skip to content

datastore: change Long to long, and fix JUnit tests, #TASK-7151, #TAS… #409

datastore: change Long to long, and fix JUnit tests, #TASK-7151, #TAS…

datastore: change Long to long, and fix JUnit tests, #TASK-7151, #TAS… #409

Workflow file for this run

name: Push in java-common-libs task branch
on:
push:
branches:
- TASK-*
jobs:
build:
uses: ./.github/workflows/build-java-app-workflow.yml
test:
uses: ./.github/workflows/test-analysis.yml
needs: build
secrets: inherit