test: add debug line to workflow
This commit is contained in:
parent
26b0e92539
commit
01b3880b41
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue