Skip to content

Commit 52ab358

Browse files
committed
More testing
1 parent 2f86334 commit 52ab358

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
5151
print /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
5252
5353
echo "NIX_PATH=$NIX_PATH"
54+
ls -ld "$NIX_PATH" || true
55+
ls -l "$NIX_PATH" || true
56+
57+
echo nix-info:
58+
nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/6832d0d99649db3d65a0e15fa51471537b2c56a6.tar.gz -p nix-info --run 'nix-info --markdown'
5459
- name: Build
5560
run: nix-build
5661
- name: Upload Javadoc artifact

0 commit comments

Comments
 (0)