Skip to content

Commit

Permalink
👷 fix all-test
Browse files Browse the repository at this point in the history
  • Loading branch information
felinae98 committed Mar 19, 2023
1 parent 4040c1f commit 569fcf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ 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 }}

- name: Install prerequisites
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
Expand Down

0 comments on commit 569fcf8

Please sign in to comment.