Skip to content

Commit

Permalink
Update full-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leshchenko1979 authored Apr 3, 2024
1 parent 7c92f2d commit 3ace7b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/full-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, windows-latest]
# max-parallel: 2

Expand All @@ -40,8 +40,6 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
env:
FAST_BITRIX24_TEST_WEBHOOK: ${{ secrets.FAST_BITRIX24_TEST_WEBHOOK }}
run: |
pytest --cov --asyncio-mode=auto .
- name: Upload coverage reports to Codecov with GitHub Action
Expand Down

0 comments on commit 3ace7b7

Please sign in to comment.