Skip to content

Commit 9dd3e09

Browse files
committed
Add --pid=host
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 6f2aa0e commit 9dd3e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
checks: write
129129
container:
130130
image: ${{ needs.get-dev-image.outputs.image-with-tag }}
131-
options: --privileged
131+
options: --privileged --pid=host
132132
if: ${{ needs.generate-matrix.outputs.matrix && (toJson(fromJson(needs.generate-matrix.outputs.matrix)) != '[]') }}
133133
strategy:
134134
matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix) }}

0 commit comments

Comments
 (0)