mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
fix call to taskipy binary in CI
This commit is contained in:
parent
825961a0eb
commit
2c1be54341
1 changed files with 1 additions and 1 deletions
2
.github/workflows/backend.yml
vendored
2
.github/workflows/backend.yml
vendored
|
|
@ -60,7 +60,7 @@ jobs:
|
|||
run: rye lint
|
||||
|
||||
- name: Tests (PyTest)
|
||||
run: task test
|
||||
run: pytest hyperglass --ignore hyperglass/plugins/external
|
||||
|
||||
- name: Run hyperglass
|
||||
run: ".tests/ga-backend-app.sh"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue