From 2c67b3b4c4f5700e9d340527fd0f13a708d9a7f6 Mon Sep 17 00:00:00 2001 From: Robbie Blaine Date: Tue, 4 Feb 2025 14:30:26 +0200 Subject: [PATCH] :bug: --- .github/workflows/continuous-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-deploy.yml b/.github/workflows/continuous-deploy.yml index fe1ecfaed..78ce70710 100644 --- a/.github/workflows/continuous-deploy.yml +++ b/.github/workflows/continuous-deploy.yml @@ -210,7 +210,7 @@ jobs: - id: "4" test: app/tests/e2e/test_definitions.py app/tests/e2e/test_revocation.py - id: "5" # all other e2e tests - test: | + test: >- app/tests/e2e/ \ --ignore=app/tests/e2e/issuer/ \ --ignore=app/tests/e2e/verifier/ \