Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
muzzammilshahid committed Jan 14, 2025
1 parent 9743d78 commit 74eddd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ on:
- main

jobs:
test:
call-start-routers:
uses: ./.github/workflows/start-routers.yaml
with:
crossbar_port: "8081"
xconn_port: "8080"

test:
runs-on: ubuntu-latest
needs: call-start-routers

steps:
- name: Install Wick
run: sudo snap install wick --classic
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/start-routers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
run: make build-docker-xconn

- name: Run XConn Docker
run: CROSSBAR_PORT=${{ inputs.crossbar_port }} XCONN_PORT=${{ inputs.xconn_port }} docker compose up
run: CROSSBAR_PORT=${{ inputs.crossbar_port }} XCONN_PORT=${{ inputs.xconn_port }} docker compose up -d

0 comments on commit 74eddd1

Please sign in to comment.