Skip to content

Commit

Permalink
Test wip branch of b2bua.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Jul 28, 2024
1 parent 7bddcc6 commit 1675394
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,18 @@ jobs:
env:
MM_TYPE: b2bua
MM_BRANCH: ${{ matrix.mm-branch }}
MM_REV: ${{ matrix.mm-rev }}
RTPP_BRANCH: master
RTPPC_TYPE: ${{ matrix.rtppc-type }}
PYTHON_CMD: "python${{ matrix.python-version }}"

strategy:
matrix:
mm-branch: ['master', 'PRACK']
mm-branch: ['wip']
mm-rev: ['HEAD', '0ea583d46c82c']
rtppc-type: ['unix', 'cunix', 'udp', 'udp6', 'tcp', 'tcp6']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
fail-fast: false

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 1675394

Please sign in to comment.