Skip to content

Commit

Permalink
feat(e2e): test
Browse files Browse the repository at this point in the history
  • Loading branch information
ginnun committed Sep 12, 2024
1 parent 820d241 commit 5080c28
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/continuous-integration-e2e-blockfrost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 5080c28

Please sign in to comment.