mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-23 13:32:03 +01:00
add breakpoint
This commit is contained in:
parent
86aaa655ac
commit
50cb5ecf24
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -110,3 +110,8 @@ jobs:
|
||||||
- name: Check the cache for liveness
|
- name: Check the cache for liveness
|
||||||
run: |
|
run: |
|
||||||
.github/workflows/cache-test.sh
|
.github/workflows/cache-test.sh
|
||||||
|
- uses: namespacelabs/breakpoint-action@v0
|
||||||
|
if: failure()
|
||||||
|
with:
|
||||||
|
duration: 30m
|
||||||
|
authorized-users: grahamc
|
||||||
|
|
Loading…
Reference in a new issue