remove sudo from dind test as not present in dind container

This commit is contained in:
Neshura 2023-11-16 16:38:16 +00:00
parent ffa3bc8a8a
commit d17a5c9924

View file

@ -7,4 +7,4 @@ jobs:
test-dind:
runs-on: dind
steps:
- run: sudo docker run hello-world
- run: docker run hello-world