From efc595995ce8abd9207ef058f1d8ec0c906be40b 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 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69b173bb0a..e9b534a51c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,7 +124,13 @@ jobs: Get-PSDrive - name: Run Tests - continue-on-error: ${{ matrix.fallible || false }} + continue-on-error: true 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