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]
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user