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 +