mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
run tests
This commit is contained in:
parent
40b339b2e3
commit
f18919ff15
5 changed files with 60 additions and 5 deletions
31
.github/workflows/validate_arch_config.yml
vendored
Normal file
31
.github/workflows/validate_arch_config.yml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue