Skip to content

Make workflow reuseable #25

Make workflow reuseable

Make workflow reuseable #25

Workflow file for this run

name: AAT CI

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

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yaml

Invalid workflow file

Cannot define both `uses` and `steps` at the same time for the following jobs: call-start-routers
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
call-start-routers:
uses: ./.github/workflows/start-routers.yaml
with:
crossbar_port: "8081"
xconn_port: "8080"
steps:
- uses: actions/checkout@v4
- 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