Skip to content

Commit

Permalink
wip: debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Aug 15, 2024
1 parent 91017e1 commit efc5959
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit efc5959

Please sign in to comment.