From e3689443a60099de8279a23975d8c053daf608f7 Mon Sep 17 00:00:00 2001 From: bitbrain Date: Wed, 30 Oct 2024 07:56:29 +0000 Subject: [PATCH] Attempt to skip child process tracking --- .github/workflows/pandora-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pandora-ci.yml b/.github/workflows/pandora-ci.yml index 7273920..57e7536 100644 --- a/.github/workflows/pandora-ci.yml +++ b/.github/workflows/pandora-ci.yml @@ -44,6 +44,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 + - name: Set Runner Tracking ID to prevent orphan processes + run: | + export RUNNER_TRACKING_ID="" + - name: Run GDUnit4 tests uses: MikeSchulze/gdUnit4-action@v1.1.1 with: