1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00

start hyperglass prior to running tests in CI

This commit is contained in:
thatmattlove 2021-12-06 17:39:07 -07:00
parent 1fa113dfc2
commit 92d112b2d1

View file

@ -51,8 +51,9 @@ jobs:
- name: Lint (Flake8)
run: poetry run task lint
- name: Test (PyTest)
run: poetry run task test
# This needs to come before testing, so redis is pre-populated.
- name: Run hyperglass
run: '.tests/ga-backend-app.sh'
- name: Test (PyTest)
run: poetry run task test