We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2aa0e commit 9dd3e09Copy full SHA for 9dd3e09
.github/workflows/build_and_test.yaml
@@ -128,7 +128,7 @@ jobs:
128
checks: write
129
container:
130
image: ${{ needs.get-dev-image.outputs.image-with-tag }}
131
- options: --privileged
+ options: --privileged --pid=host
132
if: ${{ needs.generate-matrix.outputs.matrix && (toJson(fromJson(needs.generate-matrix.outputs.matrix)) != '[]') }}
133
strategy:
134
matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix) }}
0 commit comments