forked from mirrors/thatmattlove-hyperglass
Restructure backend CI
This commit is contained in:
parent
c049569cab
commit
5306a76f1f
1 changed files with 6 additions and 3 deletions
9
.github/workflows/backend.yml
vendored
9
.github/workflows/backend.yml
vendored
|
|
@ -40,11 +40,14 @@ jobs:
|
|||
with:
|
||||
redis-version: ${{ matrix.redis-version }}
|
||||
|
||||
- name: Install Python Dependencies
|
||||
- name: Install (Poetry)
|
||||
run: poetry install
|
||||
|
||||
- name: Run Flake8
|
||||
run: poetry run flake8 hyperglass
|
||||
- name: Lint (Flake8)
|
||||
run: poetry run task lint
|
||||
|
||||
- name: Test (PyTest)
|
||||
run: poetry run task test
|
||||
|
||||
- name: Run hyperglass
|
||||
run: '.tests/ga-backend-app.sh'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue