Skip to content

Commit

Permalink
debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
SEIAROTg committed Jan 25, 2025
1 parent dc233fc commit 40da210
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ jobs:
nix_path: nixpkgs=channel:${{ matrix.version.nixpkgs }}

- run: >
nix flake check
--keep-going
--all-systems
nix run
--override-input quadlet-nix "path:$(pwd)"
--override-input nixpkgs 'github:NixOS/nixpkgs/${{ matrix.version.nixpkgs }}'
--override-input home-manager 'github:nix-community/home-manager/${{ matrix.version.home-manager }}'
--override-input test-config "path:$(pwd)/tests/${{ matrix.system }}"
./tests
'./tests#checks.${{ matrix.system }}.health-rootful.driver'
2 changes: 2 additions & 0 deletions tests/health.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
time.sleep(2) # wait for health command cycles
containers = list_containers(user=user)
print(containers)
assert len(containers) == 2
containers_by_name = {
name: c
Expand Down

0 comments on commit 40da210

Please sign in to comment.