Skip to content

First class network stack support #1005

First class network stack support

First class network stack support #1005

Workflow file for this run

name: Stackinator CI
on: [push, pull_request]
jobs:
unittestpy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install uv
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Generic Unittests
run: |
./test_stackinator.py