Skip to content

Make workflow reuseable #26

Make workflow reuseable

Make workflow reuseable #26

Workflow file for this run

name: AAT CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
call-start-routers:
steps:

Check failure on line 13 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / AAT CI

Invalid workflow file

The workflow is not valid. .github/workflows/main.yaml (Line: 13, Col: 5): Required property is missing: runs-on
- uses: ./.github/workflows/start-routers.yaml
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