Skip to content

Commit

Permalink
Attempt to skip child process tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbrain committed Oct 30, 2024
1 parent 92dbb87 commit e368944
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pandora-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit e368944

Please sign in to comment.