Skip to content

Commit 0f28f07

Browse files
author
tudor
committed
fix
1 parent b3abc1b commit 0f28f07

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/docker_test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- master
88

99
jobs:
10-
push_container:
10+
run_container:
1111
runs-on: ubuntu-latest
1212
services:
1313
docker:
@@ -26,12 +26,6 @@ jobs:
2626
apt-get update
2727
apt-get install -y docker.io
2828
29-
- name: Test connection
30-
run: |
31-
apt-get update
32-
apt-get install -y iputils-ping
33-
ping -c 3 docker
34-
3529
- name: Test Docker
3630
run: |
3731
docker version

0 commit comments

Comments
 (0)