From 3519686308fab434598ec7a2147b10961f37ca98 Mon Sep 17 00:00:00 2001 From: Mads Christian Lund Date: Fri, 28 Jun 2024 14:12:13 +0200 Subject: [PATCH] Limited the ci tests to only run e2e --- .github/workflows/unit_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit_test.yml b/.github/workflows/unit_test.yml index cfce6a63..d70f98f9 100644 --- a/.github/workflows/unit_test.yml +++ b/.github/workflows/unit_test.yml @@ -30,4 +30,4 @@ jobs: - name: Run unit tests shell: bash run: | - python3 -m unittest discover tests + python3 -m unittest discover tests.e2e