Skip to content

Commit 13cb244

Browse files
committed
Run nix-info
1 parent 3860bc5 commit 13cb244

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ 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: test sandbox
26+
run: nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/6832d0d99649db3d65a0e15fa51471537b2c56a6.tar.gz -p nix-info --run 'nix-info --markdown'
2527
- name: Build
2628
run: nix-build
2729
- name: Upload Javadoc artifact

0 commit comments

Comments
 (0)