mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
Update backend.yml
This commit is contained in:
parent
167ebdac56
commit
4f7d76b2e7
5
.github/workflows/backend.yml
vendored
5
.github/workflows/backend.yml
vendored
|
@ -23,9 +23,9 @@ jobs:
|
|||
python-version: [3.12]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install Dependencies
|
||||
|
@ -37,6 +37,7 @@ jobs:
|
|||
pylint cctext
|
||||
mypy cctext
|
||||
- name: Run Tests
|
||||
if: '!cancelled()'
|
||||
run: |
|
||||
python manage.py check
|
||||
python manage.py test
|
||||
|
|
Loading…
Reference in New Issue
Block a user