Skip to content

New NAV Metrics for Payments and Total NAV #951

New NAV Metrics for Payments and Total NAV

New NAV Metrics for Payments and Total NAV #951

Workflow file for this run

name: Build
on:
pull_request:
branches: [ main ]
jobs:
# TODO - update this to use actions concurrency as this action is deprecated by the author
cleanup-runs:
runs-on: ubuntu-latest
steps:
- uses: rokroskar/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main'"
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build with Java 21
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '21'
cache: 'gradle'
- run: ./gradlew build --no-daemon