From 569fcf84a5f0e4354583697f8ed12d2935cc996f Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Mon, 20 Mar 2023 00:11:58 +0800 Subject: [PATCH] :construction_worker: fix all-test --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1ad7a49..9f8296c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -100,7 +100,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup Python environment - uses: he0119/setup-python@79c04f1e1bcbfe45c9d0eca6aa522e9b364d7dfa + uses: ./.github/actions/setup-python with: python-version: ${{ matrix.python-version }} @@ -108,7 +108,7 @@ jobs: run: poetry install - name: Run Pytest - run: poetry run pytest --cov-report xml --cov=./src/plugins/nonebot_bison -k 'not compare' -n auto + run: poetry run pytest --cov-report xml --cov=./nonebot_bison -k 'not compare' -n auto - name: Upload coverage report uses: codecov/codecov-action@v3