Skip to content

Commit 5080c28

Browse files
committed
feat(e2e): test
1 parent 820d241 commit 5080c28

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/continuous-integration-e2e-blockfrost.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,7 @@ env:
2727
TEST_CLIENT_STAKE_POOL_PROVIDER: 'http'
2828
TEST_CLIENT_STAKE_POOL_PROVIDER_PARAMS: '{"baseUrl":"http://localhost:4000/"}'
2929
WS_PROVIDER_URL: 'http://localhost:4100/ws'
30-
# enable Blockfrost backed providers, the rest will use defaults
31-
ASSET_PROVIDER: 'blockfrost'
32-
UTXO_PROVIDER: 'blockfrost'
33-
CHAIN_HISTORY_PROVIDER: 'blockfrost'
34-
REWARDS_PROVIDER: 'blockfrost'
35-
NETWORK_INFO_PROVIDER: 'blockfrost'
36-
TX_SUBMIT_PROVIDER: 'blockfrost'
30+
3731

3832
on:
3933
pull_request:
@@ -77,6 +71,12 @@ jobs:
7771
OGMIOS_PORT: '1340'
7872
OGMIOS_URL: 'ws://ogmios:1340'
7973
POSTGRES_PORT: '5435'
74+
ASSET_PROVIDER: 'unknown'
75+
UTXO_PROVIDER: 'unknown'
76+
CHAIN_HISTORY_PROVIDER: 'unknown'
77+
REWARDS_PROVIDER: 'unknown'
78+
NETWORK_INFO_PROVIDER: 'unknown'
79+
TX_SUBMIT_PROVIDER: 'unknown'
8080

8181
- name: Wait for network init
8282
run: |

0 commit comments

Comments
 (0)