forked from mirrors/thatmattlove-hyperglass
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
|
run: rye lint
|
||||||
|
|
||||||
- name: Tests (PyTest)
|
- name: Tests (PyTest)
|
||||||
run: task test
|
run: pytest hyperglass --ignore hyperglass/plugins/external
|
||||||
|
|
||||||
- name: Run hyperglass
|
- name: Run hyperglass
|
||||||
run: ".tests/ga-backend-app.sh"
|
run: ".tests/ga-backend-app.sh"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue