Skip to content

Commit 7bbe59c

Browse files
committed
test
1 parent ef10823 commit 7bbe59c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,22 @@ jobs:
2222
with:
2323
key: nix-${{ hashFiles('.github/workflows/maven.yml', 'default.nix', 'nix/**', 'pom.xml', 'local-maven-repo') }}
2424
nix_file: nix/github-workflow-dependencies.nix
25+
- name: show new files
26+
run: |
27+
print() {
28+
echo "------------------- start of $1 -------------------"
29+
cat "$1" || true
30+
echo "--------------------- end of $1 -------------------"
31+
}
32+
33+
print /etc/bash.bashrc.backup-before-nix
34+
print /etc/bashrc
35+
print /etc/nix/nix.conf
36+
print /etc/profile.d/nix.sh
37+
print /etc/zshrc
38+
print /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
39+
40+
echo "NIX_PATH=$NIX_PATH"
2541
- name: Build
2642
run: nix-build
2743
- name: Upload Javadoc artifact

0 commit comments

Comments
 (0)