Skip to content

Update Helm release java to v5.2.1 #175

Update Helm release java to v5.2.1

Update Helm release java to v5.2.1 #175

Workflow file for this run

name: Opal Maintenance Service CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
cache: 'gradle'
- name: Build
run: ./gradlew check