From d2f912d15cbdbcaf4a2eb0c9f63b401ba9238019 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Wed, 3 Apr 2024 12:31:41 +0900 Subject: [PATCH] Remove leftover Bisq references from the GH workflow --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9419d40c3..62cd5666d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -251,7 +251,6 @@ jobs: strategy: fail-fast: false matrix: - # module: ["mempool", "liquid", "bisq"] Disabling bisq support for now module: ["mempool", "liquid"] include: - module: "mempool" @@ -263,9 +262,6 @@ jobs: spec: | cypress/e2e/liquid/liquid.spec.ts cypress/e2e/liquidtestnet/liquidtestnet.spec.ts - # - module: "bisq" - # spec: | - # cypress/e2e/bisq/bisq.spec.ts name: E2E tests for ${{ matrix.module }} steps: