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()