Skip to content

Commit

Permalink
Tests: docker
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroRegisPOAR committed Apr 15, 2024
1 parent 255e315 commit cae4f60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
- name: podman and docker
run: |
podman images || true
# podman images || true
docker images || true
docker run -it alpine:3.18 sh -c 'cat /etc/os-release'
- name: nix build ...
run: |
Expand Down

0 comments on commit cae4f60

Please sign in to comment.