Update backend.yml

This commit is contained in:
Ivan 2024-04-20 18:13:49 +03:00 committed by GitHub
parent 167ebdac56
commit 4f7d76b2e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,9 +23,9 @@ jobs:
python-version: [3.12] python-version: [3.12]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3 uses: actions/setup-python@v5
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install Dependencies - name: Install Dependencies
@ -37,6 +37,7 @@ jobs:
pylint cctext pylint cctext
mypy cctext mypy cctext
- name: Run Tests - name: Run Tests
if: '!cancelled()'
run: | run: |
python manage.py check python manage.py check
python manage.py test python manage.py test