test on host network mode

This commit is contained in:
2025-10-11 13:48:25 -04:00
committed by eriq12
parent 195132f9c3
commit 83825e2360

View File

@@ -16,6 +16,7 @@ container:
- CAP_SYS_ADMIN - CAP_SYS_ADMIN
devices: devices:
- "/dev/fuse:/dev/fuse" - "/dev/fuse:/dev/fuse"
network_mode: "host"
concurrency: concurrency:
# only run one build at a time # only run one build at a time
group: ${{ github.workflow }}-${{ github.ref || github.run_id }} group: ${{ github.workflow }}-${{ github.ref || github.run_id }}