Skip to content

Make workflow reuseable #17

Make workflow reuseable

Make workflow reuseable #17

Workflow file for this run

name: AAT CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check pwd
run: pwd
- name: Start Routers Workflow
uses: muzzammilshahid/xconn-aat-setup/.github/workflows/start-routers.yaml@make-workflow-reuseable
with:
crossbar_port: "8081"
xconn_port: "8080"
- 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