Skip to content

Run crossbar from compose file #38

Run crossbar from compose file

Run crossbar from compose file #38

Workflow file for this run

name: aat CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build xconn docker
run: make build-docker-xconn
- name: Run routers
run: docker compose up -d
- name: Install wick
run: sudo snap install wick --classic
- name: Test crossbar
run: make run-wick-commands url=ws://localhost:8081/ws
- name: Test xconn
run: make run-wick-commands url=ws://localhost:8080/ws