diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 668f1e2..81d2a85 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: - name: Create Podman pod run: | - podman pod create --name tmt-web-pod --infra=false -p 8000:8000 -p 6379:6379 + podman pod create --name tmt-web-pod --infra='registry.k8s.io/pause:3.9' -p 8000:8000 -p 6379:6379 # Exposing redis port as well for test_api.py::TestCelery::test_basic_test_request - name: Start Redis container