We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738b0cd commit 5f99eb9Copy full SHA for 5f99eb9
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Run tests in container
22
run: |
23
- docker run --name nix-test-container -d nix-test-env
+ docker run --name nix-test-container -d nix-test-env tail -f /dev/null
24
docker exec nix-test-container home-manager switch
25
docker exec nix-test-container bash -lc "git config --global user.name | grep 'PedroBrantes'"
26
docker exec nix-test-container bash -lc "printenv EDITOR | grep 'nvim'"
0 commit comments