We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3860bc5 commit 13cb244Copy full SHA for 13cb244
.github/workflows/maven.yml
@@ -22,6 +22,8 @@ jobs:
22
with:
23
key: nix-${{ hashFiles('.github/workflows/maven.yml', 'default.nix', 'nix/**', 'pom.xml', 'local-maven-repo') }}
24
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'
27
- name: Build
28
run: nix-build
29
- name: Upload Javadoc artifact
0 commit comments