mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 00:38:06 +00:00
start hyperglass prior to running tests in CI
This commit is contained in:
parent
1fa113dfc2
commit
92d112b2d1
1 changed files with 4 additions and 3 deletions
7
.github/workflows/backend.yml
vendored
7
.github/workflows/backend.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue