Skip to content

sample run application hertzbeat based on oceanbase #3

sample run application hertzbeat based on oceanbase

sample run application hertzbeat based on oceanbase #3

Workflow file for this run

name: HertzBeat CI
on:
pull_request:
paths:
- 'applications/hertzbeat/**'
jobs:
application-hertzbeat:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Java Env
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'zulu'
cache: 'maven'
- name: Start OceanBase container
uses: oceanbase/[email protected]
with:
network: 'host'
- name: Build and Test
run: |
cd applications/hertzbeat
mvn clean test