Skip to content

Commit

Permalink
test: enable docker test without sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpig committed Dec 15, 2024
1 parent b1c0e8d commit baa6481
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
sudo systemctl restart docker
# for some reason this hangs in CI; need to investigate
# - name: run docker hello-world
# run: |
# sudo ./test/docker-integration.sh
- name: run docker hello-world
run: |
./test/docker-integration.sh

0 comments on commit baa6481

Please sign in to comment.