Skip to content

Commit

Permalink
Focus on b2bua.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Jul 28, 2024
1 parent 7c58a57 commit 9f0f044
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
jobs:
# Alice->OpenSIPS->Bob
opensips:
if: false
runs-on: ${{ matrix.os }}
env:
MM_TYPE: opensips
Expand Down Expand Up @@ -83,6 +84,7 @@ jobs:

# Alice->OpenSIPS(RFC8760)->Bob
opensips_rfc8760:
if: false
runs-on: ${{ matrix.os }}
env:
MM_TYPE: opensips
Expand Down Expand Up @@ -177,6 +179,7 @@ jobs:
# Alice->Sippy GO B2B->Bob
sippy_go_b2bua:
if: false
runs-on: ubuntu-latest
env:
MM_TYPE: go-b2bua
Expand Down Expand Up @@ -221,6 +224,7 @@ jobs:
# Alice->Kamailio->Bob
kamailio:
if: false
runs-on: ubuntu-latest
env:
MM_TYPE: kamailio
Expand Down

0 comments on commit 9f0f044

Please sign in to comment.