Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Update release-helm.yaml #61

Update release-helm.yaml

Update release-helm.yaml #61

Workflow file for this run

name: Test
on:
push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '17'
java-package: jdk
- name: Execute tests
id: test
run: |
mvn clean integration-test -Ptest