Restructure backend CI

This commit is contained in:
thatmattlove 2021-12-06 17:12:44 -07:00
parent c049569cab
commit 5306a76f1f

View file

@ -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'