Making objectmapper a class variable as its threadsafe and can be reused #147
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ci | |
on: | |
- push | |
- workflow_dispatch | |
jobs: | |
ci: | |
uses: killbill/gh-actions-shared/.github/workflows/ci.yml@main | |
with: | |
test-profile-matrix: '[ "travis", "integration-mysql", "integration-postgresql" ]' | |
jdk-matrix: '[ "8", "11" ]' | |
secrets: | |
extra-env: '{ "VERTEX_URL": "${{ secrets.VERTEX_URL }}", "VERTEX_CLIENT_ID": "${{ secrets.VERTEX_CLIENT_ID }}", "VERTEX_CLIENT_SECRET": "${{ secrets.VERTEX_CLIENT_SECRET }}", "VERTEX_COMPANY_NAME": "${{ secrets.VERTEX_COMPANY_NAME }}", "VERTEX_COMPANY_DIVISION": "${{ secrets.VERTEX_COMPANY_DIVISION }}"}' |