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