Skip to content

Commit 08cd86e

Browse files
committed
debugging: remove artifacts
1 parent 5ab9053 commit 08cd86e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/test-pr.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -96,19 +96,6 @@ jobs:
9696
uses: cachix/cachix-action@v16
9797
with:
9898
name: k-framework
99-
100-
# debugging
101-
- name: 'Upload nix files for debugging purposes: flake.nix'
102-
uses: actions/upload-artifact@v4
103-
with:
104-
name: nix flake
105-
path: flake.nix
106-
- name: 'Upload nix files for debugging purposes: flake.lock'
107-
uses: actions/upload-artifact@v4
108-
with:
109-
name: nix lockfile
110-
path: flake.lock
111-
11299
- name: 'Build KIMP'
113100
env:
114101
NIX_PATH: 'nixpkgs=http://nixos.org/channels/nixos-22.05/nixexprs.tar.xz'

0 commit comments

Comments
 (0)