Skip to content

Commit

Permalink
ci: fix working dir
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored Oct 31, 2024
1 parent 9d6276e commit 54fae88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/opi-lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- name: pytest-run3
run: pip install -r ./demos/tgen/requirements.txt
- name: pytest-run4
run: pytest -s ./demos/tgen/test_tgen_demo.py
run: pytest -s ./tgen/test_tgen_demo.py
working-directory: ./demos

opi-ipsec:
runs-on: self-hosted
Expand Down

0 comments on commit 54fae88

Please sign in to comment.