Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Meister <dennis.meister@bosch.com>
  • Loading branch information
dennismeister93 committed Mar 21, 2024
1 parent db4ac22 commit cd10860
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,11 @@ jobs:
run: |
cd runtime_kanto/test
# the socket on the ci is different to the devcontainer
sudo systemctl start docker
docker ps -a
docker run
sleep 5
sudo ls -al /run/docker/
sudo ls -al /run/docker/
# sudo ls -al /run/docker/containerd
sudo ln -s /run/containerd/containerd.sock /run/docker/containerd/containerd.sock
Expand Down

0 comments on commit cd10860

Please sign in to comment.