Skip to content

Commit

Permalink
taosAdapter qa ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SallyHuo-TAOS committed Sep 23, 2024
1 parent a9a188d commit 1a63e61
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/3.0-qa-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
COVERAGE_BASE_DIR: /data/coverage
DIR_PATH: ${{ github.sha }}
ALLURE_PROFILE_DIR: /data/huoh/allure_profile/${{ github.sha }}
ALLURE_REPORT_DIR: /data/coverage/${{ github.sha }}
ALLURE_REPORT_DIR: /data/coverage/${{ github.sha }}/allure_report
WORK_DIR: /data/actions-runner-taosadapter/_work/taosadapter/taosadapter
TAOSADAPTER_DIR: /data/actions-runner-taosadapter/_work/taosadapter/taosadapter/taosadapter_${{ github.sha }}
REPORT_BASE_URL: http://192.168.1.45:8787
Expand Down Expand Up @@ -90,12 +90,14 @@ jobs:
"nohup taosd > /dev/null 2>&1 &"
docker exec ${{ steps.run_container.outputs.container_id }} bash -c \
"nohup taosadapter > /dev/null 2>&1 &"
"nohup taosadapter > /dev/null 2>&1"
- name: 运行TestNG测试
run: |
docker exec ${{ steps.run_container.outputs.container_id }} bash -c \
"cd /data/huoh/TestNG_taosX && \
"mkdir -p ${{ env.ALLURE_PROFILE_DIR }} && \
mkdir -p ${{ env.ALLURE_REPORT_DIR }} && \
cd /data/huoh/TestNG_taosX && \
poetry config virtualenvs.in-project true && \
poetry install && \
. ./setenv.sh && \
Expand Down

0 comments on commit 1a63e61

Please sign in to comment.