Skip to content

BUG fix:obdiag analyze flt_trace 全链路诊断关联obproxy日志问题修复 #130

BUG fix:obdiag analyze flt_trace 全链路诊断关联obproxy日志问题修复

BUG fix:obdiag analyze flt_trace 全链路诊断关联obproxy日志问题修复 #130

# common包下command、scene、config_helper的测试用例
name: Test command_scene_configHelper
on:
push:
branches: "*"
pull_request:
branches: "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetch all history for proper version detection
- name: Set up Python 3.8
uses: actions/setup-python@v3
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements3.txt
- name: Run tests
run: python -m unittest discover -s test/common -p 'test_*.py'