Skip to content

Commit c03485f

Browse files
committed
removed docker verification step - not needed anymore
1 parent 310a547 commit c03485f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/integration-test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ jobs:
5757
chmod +x zombienet-linux-x64
5858
echo "ZOMBIENET_BINARY=$GITHUB_WORKSPACE/zombienet-linux-x64" >> $GITHUB_ENV
5959
60-
- name: Verify Docker is working
61-
run: |
62-
docker --version
63-
docker ps
64-
docker run hello-world
65-
6660
- name: Run smoldot workflow test
6761
working-directory: examples
6862
run: just run-authorize-and-store-smoldot-docker

0 commit comments

Comments
 (0)