From 01b3880b411dc2fcee46839ebd4421ed1c3f9df7 Mon Sep 17 00:00:00 2001 From: Tamipes Date: Fri, 29 May 2026 16:06:58 +0200 Subject: [PATCH] test: add debug line to workflow --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ed4dbf..5572c53 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,6 +10,8 @@ jobs: - uses: actions/checkout@v4 - name: Nix build run: nix build --extra-experimental-features "flakes nix-command" . + - name: Debug + run: echo $PWD - name: Setup skopeo run: curl -o /etc/containers/policy.json --create-dirs https://raw.githubusercontent.com/containers/skopeo/refs/heads/main/default-policy.json - name: Push Image