From 7b4799b6344bec6e2143474dcf695fb77d78d67c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sawicz?= Date: Thu, 31 Oct 2024 14:14:44 +0100 Subject: [PATCH] tics: force debug --- .github/workflows/tics.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tics.yml b/.github/workflows/tics.yml index 5fe4171db9c..1893f5e086f 100644 --- a/.github/workflows/tics.yml +++ b/.github/workflows/tics.yml @@ -97,6 +97,11 @@ jobs: timeout-minutes: 10 run: cmake --build build --target coverage + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true + - name: Run TICS analysis uses: tiobe/tics-github-action@v3 with: