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"