feat: add gadb pull folder/file

This commit is contained in:
lilong.129
2025-08-06 11:42:22 +08:00
parent 758ece2998
commit 08849850f9
6 changed files with 80 additions and 2 deletions

View File

@@ -24,8 +24,16 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Checkout code
uses: actions/checkout@v2
- name: Install Python dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install funppy httprunner
- name: Build hrp binary
run: make build
- name: Run smoketest - run with parameters

View File

@@ -23,8 +23,14 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Install Python plugin dependencies
run: python3 -m pip install funppy
run: |
python3 -m pip install --upgrade pip
python3 -m pip install funppy httprunner
- name: Checkout code
uses: actions/checkout@v2
- name: Run coverage