Skip to content

[CONTINT-3554] Fix build on linux and do not send cgroup node inode if in host cgroup namespace #4486

[CONTINT-3554] Fix build on linux and do not send cgroup node inode if in host cgroup namespace

[CONTINT-3554] Fix build on linux and do not send cgroup node inode if in host cgroup namespace #4486

Workflow file for this run

name: Pull Request Tests
on:
pull_request:
branches:
- "**"
merge_group:
push:
branches:
- 'mq-working-branch-**'
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
unit-integration-tests:
name: PR Unit and Integration Tests
uses: ./.github/workflows/unit-integration-tests.yml
with:
go-version: "1.19"
ref: ${{ github.ref }}
secrets: inherit