fixed workflows relative paths

This commit is contained in:
Salman Paracha 2025-11-22 14:28:05 -08:00
parent 59ee0eb35f
commit 0801e56169
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ jobs:
- name: install arch gateway and test dependencies
run: |
source venv/bin/activate
cd ../arch/tools && echo "installing archgw cli" && poetry install
cd arch/tools && echo "installing archgw cli" && poetry install
cd ../../demos/shared/test_runner && echo "installing test dependencies" && poetry install
- name: run demo tests

View file

@ -43,7 +43,7 @@ jobs:
- name: install arch gateway and test dependencies
run: |
source venv/bin/activate
cd ../arch/tools && echo "installing archgw cli" && poetry install
cd arch/tools && echo "installing archgw cli" && poetry install
cd ../../demos/shared/test_runner && echo "installing test dependencies" && poetry install
- name: run demo tests