Skip to content

Commit e5fe79f

Browse files
authored
Update test.yml
1 parent 94a2813 commit e5fe79f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ jobs:
2121
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
2222
- name: Install devenv.sh
2323
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

Comments
 (0)