From 5080c28a3073cccfe9c1beb55647879754a0852a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C4=B1z=C4=B1r=20Sefa=20=C4=B0rken?= Date: Thu, 12 Sep 2024 18:26:32 +0300 Subject: [PATCH] feat(e2e): test --- .../continuous-integration-e2e-blockfrost.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/continuous-integration-e2e-blockfrost.yaml b/.github/workflows/continuous-integration-e2e-blockfrost.yaml index 7d568e1e17b..f5b9d646bdf 100644 --- a/.github/workflows/continuous-integration-e2e-blockfrost.yaml +++ b/.github/workflows/continuous-integration-e2e-blockfrost.yaml @@ -27,13 +27,7 @@ env: TEST_CLIENT_STAKE_POOL_PROVIDER: 'http' TEST_CLIENT_STAKE_POOL_PROVIDER_PARAMS: '{"baseUrl":"http://localhost:4000/"}' WS_PROVIDER_URL: 'http://localhost:4100/ws' - # enable Blockfrost backed providers, the rest will use defaults - ASSET_PROVIDER: 'blockfrost' - UTXO_PROVIDER: 'blockfrost' - CHAIN_HISTORY_PROVIDER: 'blockfrost' - REWARDS_PROVIDER: 'blockfrost' - NETWORK_INFO_PROVIDER: 'blockfrost' - TX_SUBMIT_PROVIDER: 'blockfrost' + on: pull_request: @@ -77,6 +71,12 @@ jobs: OGMIOS_PORT: '1340' OGMIOS_URL: 'ws://ogmios:1340' POSTGRES_PORT: '5435' + ASSET_PROVIDER: 'unknown' + UTXO_PROVIDER: 'unknown' + CHAIN_HISTORY_PROVIDER: 'unknown' + REWARDS_PROVIDER: 'unknown' + NETWORK_INFO_PROVIDER: 'unknown' + TX_SUBMIT_PROVIDER: 'unknown' - name: Wait for network init run: |