Skip to content

feat: 注册中心中非临时实例不进行过期清理;#276 #93

feat: 注册中心中非临时实例不进行过期清理;#276

feat: 注册中心中非临时实例不进行过期清理;#276 #93

Workflow file for this run

name: run integration tests
on:
workflow_dispatch:
push:
branches: [ "master", "develop" ]
pull_request:
branches: [ "master", "develop" ]
jobs:
deploy:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4
- name: build
run: |
cargo build
- name: run test
run: |
python3 integration_tests/scripts/run_test.py