Skip to content

Commit

Permalink
Tests: podman and docker
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroRegisPOAR committed Apr 15, 2024
1 parent 064a79e commit 255e315
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,20 @@ jobs:
nix flake metadata nixpkgs
nix build --no-link --print-build-logs --print-out-paths nixpkgs#pkgsStatic.hello
- name: Inspect /dev/kvm
- name: podman and docker
run: |
nix build --print-build-logs --print-out-paths github:NixOS/nix/20f04721492396570524509a9de45bc1e3a1524c#nix-static
nix build --rebuild --print-build-logs --print-out-paths github:NixOS/nix/20f04721492396570524509a9de45bc1e3a1524c#nix-static
podman images || true
docker images || true
- name: nix build ...
run: |
nix build --no-link --print-build-logs \
--file nixos-test-python-cross.nix
nix build --print-build-logs --print-out-paths github:NixOS/nix/20f04721492396570524509a9de45bc1e3a1524c#nix-static
nix build --rebuild --print-build-logs --print-out-paths github:NixOS/nix/20f04721492396570524509a9de45bc1e3a1524c#nix-static
# - name: nix build ...
# run: |
# nix build --no-link --print-build-logs \
# --file nixos-test-python-cross.nix

# - name: nix build nixosTest
# run: |
Expand Down

0 comments on commit 255e315

Please sign in to comment.