test: add debug line to workflow

This commit is contained in:
Tamipes 2026-05-29 16:06:58 +02:00
parent 26b0e92539
commit 01b3880b41

View file

@ -10,6 +10,8 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Nix build - name: Nix build
run: nix build --extra-experimental-features "flakes nix-command" . run: nix build --extra-experimental-features "flakes nix-command" .
- name: Debug
run: echo $PWD
- name: Setup skopeo - name: Setup skopeo
run: curl -o /etc/containers/policy.json --create-dirs https://raw.githubusercontent.com/containers/skopeo/refs/heads/main/default-policy.json run: curl -o /etc/containers/policy.json --create-dirs https://raw.githubusercontent.com/containers/skopeo/refs/heads/main/default-policy.json
- name: Push Image - name: Push Image