Skip to content

Commit ec69e3a

Browse files
committed
check nix develop shell is working in GitHub Action
1 parent a6bd75a commit ec69e3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nix-flake.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: "Check `nix develop` shell"
3333
run: nix develop --check
3434

35+
- name: "Check `nix develop` shell can run command"
36+
run: nix develop --command "echo"
37+
3538
- run: nix build
3639

3740
- continue-on-error: false

0 commit comments

Comments
 (0)