[ci] Start avahi-daemon in sentinel builds (#8914)

This fixes the mDNS test failures in the sentinel builds.
This commit is contained in:
Gold856
2026-05-23 18:39:22 -04:00
committed by GitHub
parent e35ca772fd
commit e88729c67e

View File

@@ -54,7 +54,11 @@ jobs:
with:
image: ${{ matrix.container }}
options: -v ${{ github.workspace }}:/work -w /work -e GITHUB_REF -e CI
run: ./gradlew build -PbuildServer -PskipJavaFormat ${{ matrix.build-options }}
# Start avahi-daemon and build
run: |
service dbus start
avahi-daemon -D
./gradlew build -PbuildServer -PskipJavaFormat ${{ matrix.build-options }}
- name: Check free disk space
run: df .
- uses: actions/upload-artifact@v7