From 0ebff8a0e4d7d442fb90f3f4ce5065139eb28288 Mon Sep 17 00:00:00 2001 From: mikoto Date: Thu, 7 Mar 2024 15:58:14 +0000 Subject: [PATCH] temporarily disable end-to-end testing --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1154d0d..745be2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,8 @@ jobs: env: COMMUNE_SYNAPSE_ADMIN_TOKEN: ${{ env.COMMUNE_SYNAPSE_ADMIN_TOKEN }} run: | - just e2e -- --show-output + # just e2e -- --show-output + echo "warning: end-to-end tests are temporarily disabled" - name: Print Logs if: always()