Make hashcode and protobuf size cached, change model records to class… #186
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: "ZXF: Build Application [On: Commit]" | |
on: | |
push: | |
branches: | |
- main | |
- release/* | |
tags: | |
- v* | |
defaults: | |
run: | |
shell: bash | |
permissions: | |
id-token: write | |
pull-requests: write | |
statuses: write | |
checks: write | |
issues: read | |
contents: read | |
concurrency: | |
group: build-pbj-library-${{ github.workflow }}-${{ github.head_ref || github.sha }} | |
cancel-in-progress: true | |
jobs: | |
build: | |
name: Code | |
uses: ./.github/workflows/zxc-compile-pbj-code.yaml | |
with: | |
enable-unit-tests: true | |
enable-integration-tests: true | |
enable-jmh-tests: true | |
secrets: | |
gradle-cache-username: ${{ secrets.GRADLE_CACHE_USERNAME }} | |
gradle-cache-password: ${{ secrets.GRADLE_CACHE_PASSWORD }} |