mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 22:32:26 +00:00
TMP: breakpoint immediately
This commit is contained in:
parent
c1806d340d
commit
eb5638cbc0
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -34,13 +34,13 @@ jobs:
|
||||
name: '${{ env.CACHIX_NAME }}'
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: nix --experimental-features 'nix-command flakes' flake check -L
|
||||
- name: breakpoint if failed
|
||||
if: failure()
|
||||
- name: breakpoint
|
||||
# if: failure()
|
||||
uses: namespacelabs/breakpoint-action@v0
|
||||
with:
|
||||
duration: 60m
|
||||
authorized-users: roberth
|
||||
- run: nix --experimental-features 'nix-command flakes' flake check -L
|
||||
|
||||
check_secrets:
|
||||
permissions:
|
||||
|
Loading…
Reference in New Issue
Block a user