Skip to content

Commit 32f1479

Browse files
testing new github action workflow
1 parent a674d06 commit 32f1479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
2626
sudo apt-get update
2727
28-
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
28+
sudo apt-get -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
2929
3030
- name: Run Docker-in-Docker End-to-End Test
3131
run: |

0 commit comments

Comments
 (0)