run tests

This commit is contained in:
Adil Hafeez 2025-02-12 17:25:02 -08:00
parent 40b339b2e3
commit f18919ff15
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
5 changed files with 60 additions and 5 deletions

View file

@ -0,0 +1,31 @@
name: e2e archgw tests
on:
push:
branches:
- main
pull_request:
jobs:
e2e_archgw_tests:
runs-on: ubuntu-latest
defaults:
run:
working-directory: .
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.12"
- name: build arch docker image
run: |
docker build -f arch/Dockerfile . -t katanemo/archgw
- name: validate arch config
run: |
sh arch/validate_arch_config.sh