Skip to content

Commit 5f99eb9

Browse files
committed
fix: keep test container running in CI
1 parent 738b0cd commit 5f99eb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Run tests in container
2222
run: |
23-
docker run --name nix-test-container -d nix-test-env
23+
docker run --name nix-test-container -d nix-test-env tail -f /dev/null
2424
docker exec nix-test-container home-manager switch
2525
docker exec nix-test-container bash -lc "git config --global user.name | grep 'PedroBrantes'"
2626
docker exec nix-test-container bash -lc "printenv EDITOR | grep 'nvim'"

0 commit comments

Comments
 (0)