[github-actions] fix external-commissioner test (#5279)

- Install avahi-daemon and avahi-utils packages.
- Remove ot-br-posix dependencies.
This commit is contained in:
Jonathan Hui
2020-07-22 14:09:03 -07:00
committed by GitHub
parent a374905a1d
commit 85de837187
+1 -4
View File
@@ -210,7 +210,7 @@ jobs:
- name: Bootstrap
run: |
sudo rm /etc/apt/sources.list.d/*
sudo apt-get --no-install-recommends install -y ninja-build
sudo apt-get install avahi-daemon avahi-utils -y
git clone https://github.com/openthread/ot-commissioner.git /tmp/ot-commissioner --depth 1 --branch master
- name: Build
run: |
@@ -230,9 +230,6 @@ jobs:
cd /tmp/ot-commissioner/tests/integration
./bootstrap.sh
./run_tests.sh
- name: Copy Codecov Files
run: |
cp -vr /tmp/test-ot-commissioner/ot-br-posix/build/* build/
- name: Codecov
uses: codecov/codecov-action@v1