Skip to content

build(deps): bump follow-redirects from 1.15.5 to 1.15.6 in /applications/hertzbeat/web-app #7

build(deps): bump follow-redirects from 1.15.5 to 1.15.6 in /applications/hertzbeat/web-app

build(deps): bump follow-redirects from 1.15.5 to 1.15.6 in /applications/hertzbeat/web-app #7

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