rename more

This commit is contained in:
Adil Hafeez 2025-12-23 18:03:19 -08:00
parent 858fd4924a
commit ca88ecfad3
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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"