asd
Some checks failed
E2E Tests / Run on Ubuntu (push) Failing after 39s
Tests / Run on Ubuntu (push) Successful in 1m42s
Lint / Run on Ubuntu (push) Successful in 5m34s

This commit is contained in:
Chris Richardson
2025-05-09 10:24:08 -04:00
parent a9a732ece4
commit 8a8b9d7681

View File

@@ -25,6 +25,7 @@ jobs:
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
apt update
apt install -y docker-ce docker-ce-cli containerd.io
dockerd &
- name: Install the latest version of kind
run: |