Skip to content

Add sync = true to all @Cacheable calls for thread safety (#54) (#55) #408

Add sync = true to all @Cacheable calls for thread safety (#54) (#55)

Add sync = true to all @Cacheable calls for thread safety (#54) (#55) #408

Workflow file for this run

name: Tests
on:
push:
paths-ignore: ['*.md', 'CODEOWNERS', 'LICENSE']
branches:
- 'main'
- 'release/*'
pull_request:
paths-ignore: ['*.md', 'CODEOWNERS', 'LICENSE']
jobs:
call-reusable-workflow:
uses: nationalsecurityagency/datawave/.github/workflows/microservice-maven-tests.yaml@integration
secrets:
USER_NAME: ${{ secrets.USER_NAME }}
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}