From e7c5b26461b9fb9b57da0492a97eec78c6adb59f Mon Sep 17 00:00:00 2001 From: Krrish Sehgal <133865424+krrish-sehgal@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:59:29 +0530 Subject: [PATCH] test-4 --- .github/workflows/ci-cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index b5d5e9e1c..91f24f358 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -154,6 +154,8 @@ jobs: run: poetry run xvfb-run --auto-servernum python manage.py test -v 3 --failfast docker-test: + name: Docker Test + needs: code-ql runs-on: ubuntu-latest steps: - name: Checkout code