From ca88ecfad329881ee5aee301301d038a407bcfea Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Tue, 23 Dec 2025 18:03:19 -0800 Subject: [PATCH] rename more --- .../{arch_tools_tests.yml => plano_tools_tests.yml} | 6 +++--- tests/archgw/docker-compose.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{arch_tools_tests.yml => plano_tools_tests.yml} (89%) diff --git a/.github/workflows/arch_tools_tests.yml b/.github/workflows/plano_tools_tests.yml similarity index 89% rename from .github/workflows/arch_tools_tests.yml rename to .github/workflows/plano_tools_tests.yml index 473fca54..57e72230 100644 --- a/.github/workflows/arch_tools_tests.yml +++ b/.github/workflows/plano_tools_tests.yml @@ -1,4 +1,4 @@ -name: arch tools tests +name: plano tools tests permissions: contents: read @@ -10,7 +10,7 @@ on: pull_request: jobs: - arch_tools_tests: + plano_tools_tests: runs-on: ubuntu-latest-m defaults: run: @@ -31,7 +31,7 @@ jobs: curl -sSL https://install.python-poetry.org | python3 - export PATH="$HOME/.local/bin:$PATH" - - name: install arch tools + - name: install plano tools run: | poetry install diff --git a/tests/archgw/docker-compose.yaml b/tests/archgw/docker-compose.yaml index 804832eb..0696cd34 100644 --- a/tests/archgw/docker-compose.yaml +++ b/tests/archgw/docker-compose.yaml @@ -5,7 +5,7 @@ services: - "10000:10000" - "12000:12000" volumes: - - ./arch_config.yaml:/app/arch_config.yaml + - ./config.yaml:/app/arch_config.yaml - /etc/ssl/cert.pem:/etc/ssl/cert.pem extra_hosts: - "host.docker.internal:host-gateway"