Skip to content

Commit

Permalink
use breakpoint for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gmichelo committed Jan 26, 2024
1 parent 3b40b74 commit d856b3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ jobs:
- name: Run a Go build
run: |
go install namespacelabs.dev/foundation/cmd/ns@latest
- name: Breakpoint on failure
if: failure() && github.ref_name == 'main'
uses: namespacelabs/breakpoint-action@v0
with:
duration: 15m
authorized-users: edganiukov,hugosantos,n-g,htr,nichtverstehen,gmichelo

0 comments on commit d856b3d

Please sign in to comment.