From 0801e56169fc485966cb794bc7e397ced0e09b7c Mon Sep 17 00:00:00 2001 From: Salman Paracha Date: Sat, 22 Nov 2025 14:28:05 -0800 Subject: [PATCH] fixed workflows relative paths --- .github/workflows/e2e_test_currency_convert.yml | 2 +- .github/workflows/e2e_test_preference_based_routing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e_test_currency_convert.yml b/.github/workflows/e2e_test_currency_convert.yml index 85062d35..93377f3c 100644 --- a/.github/workflows/e2e_test_currency_convert.yml +++ b/.github/workflows/e2e_test_currency_convert.yml @@ -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 diff --git a/.github/workflows/e2e_test_preference_based_routing.yml b/.github/workflows/e2e_test_preference_based_routing.yml index e996a05c..6c3652f7 100644 --- a/.github/workflows/e2e_test_preference_based_routing.yml +++ b/.github/workflows/e2e_test_preference_based_routing.yml @@ -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