Skip to content

Commit 76eedfe

Browse files
Update NMOS Testing Tool branch to check for regressions
1 parent 9e42506 commit 76eedfe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ jobs:
375375
root_dir=`pwd`
376376

377377
# Install NMOS Testing Tool (fork with BCP-007-03 suite)
378-
git clone --branch bcp-007-03 --depth 1 https://github.com/jonathan-r-thorpe/nmos-testing.git
378+
git clone --branch is-04-01-mxl-support --depth 1 https://github.com/AMWA-TV/nmos-testing.git
379379
cd nmos-testing
380380

381381
# Configure the Testing Tool so all APIs are tested with TLS and authorization

.github/workflows/src/amwa-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
root_dir=`pwd`
1717

1818
# Install NMOS Testing Tool (fork with BCP-007-03 suite)
19-
git clone --branch bcp-007-03 --depth 1 https://github.com/jonathan-r-thorpe/nmos-testing.git
19+
git clone --branch is-04-01-mxl-support --depth 1 https://github.com/AMWA-TV/nmos-testing.git
2020
cd nmos-testing
2121

2222
# Configure the Testing Tool so all APIs are tested with TLS and authorization

0 commit comments

Comments
 (0)