From bd96d3ca91a6da22b5c7a29db31fb3325de80fd2 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Thu, 15 Aug 2024 04:24:39 -0700 Subject: [PATCH] wip: debug CI --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69b173bb0a..ec82a64d91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,3 +128,10 @@ jobs: working-directory: ${{ matrix.working-directory || github.workspace }} run: ./scripts/test.sh ${{ matrix.test.flag || '' }} -q shell: bash + + - name: Breakpoint to check the build results + uses: namespacelabs/breakpoint-action@v0 + with: + duration: 30m + authorized-users: SergioBenitez +