We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a2813 commit e5fe79fCopy full SHA for e5fe79f
1 file changed
.github/workflows/test.yml
@@ -21,3 +21,7 @@ jobs:
21
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
22
- name: Install devenv.sh
23
run: nix profile add nixpkgs#devenv
24
+ - name: Build the devenv shell and run any git hooks
25
+ run: devenv test
26
+ - name: Run a single command in the devenv shell
27
+ run: devenv shell hello
0 commit comments