Skip to content

fix : when the HealthCheck ScheduledThreadPoolExecutor error , the job will be shutdown #1479

fix : when the HealthCheck ScheduledThreadPoolExecutor error , the job will be shutdown

fix : when the HealthCheck ScheduledThreadPoolExecutor error , the job will be shutdown #1479

name: Test turms-gateway
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/[email protected]
- name: Set up Java
uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: 21
- name: Maven Verify
run: mvn clean verify -am -B -pl turms-gateway --no-transfer-progress