From eb5638cbc01069512785761dfe6c7389f15d4696 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Mon, 14 Oct 2024 17:44:01 +0200 Subject: [PATCH] TMP: breakpoint immediately --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e135737c..8de78c791 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: