Skip to content

Commit

Permalink
chore: enable docker check
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpig committed Dec 23, 2024
1 parent 89a757f commit b40653b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ jobs:
cat test/daemon.json | sudo tee /etc/docker/daemon.json
sudo systemctl restart docker
# for some reason this hangs in CI; need to investigate
# - name: run docker hello-world
# run: |
# ./test/docker-integration.sh
- name: run docker hello-world
run: |
./test/docker-integration.sh

0 comments on commit b40653b

Please sign in to comment.