fix : when the HealthCheck ScheduledThreadPoolExecutor error , the job will be shutdown #505
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test turms-client-js | |
on: [ push, pull_request ] | |
jobs: | |
test: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: Set up Node | |
uses: actions/[email protected] | |
with: | |
node-version: 20 | |
- name: Install dependencies | |
working-directory: turms-client-js | |
run: npm install | |
- name: Verify formatting | |
working-directory: turms-client-js | |
run: npm run lint | |
- name: Build artifacts | |
working-directory: turms-client-js | |
run: npm run build | |
# - name: Test | |
# working-directory: turms-client-js | |
# run: npm run test |