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 }}'
|
name: '${{ env.CACHIX_NAME }}'
|
||||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
- run: nix --experimental-features 'nix-command flakes' flake check -L
|
- name: breakpoint
|
||||||
- name: breakpoint if failed
|
# if: failure()
|
||||||
if: failure()
|
|
||||||
uses: namespacelabs/breakpoint-action@v0
|
uses: namespacelabs/breakpoint-action@v0
|
||||||
with:
|
with:
|
||||||
duration: 60m
|
duration: 60m
|
||||||
authorized-users: roberth
|
authorized-users: roberth
|
||||||
|
- run: nix --experimental-features 'nix-command flakes' flake check -L
|
||||||
|
|
||||||
check_secrets:
|
check_secrets:
|
||||||
permissions:
|
permissions:
|
||||||
|
Loading…
Reference in New Issue
Block a user