Run the default mempool config if we are running testnet4 tests
This commit is contained in:
parent
7f6399093e
commit
f59e95fcc8
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -318,7 +318,7 @@ jobs:
|
||||
with:
|
||||
tag: ${{ github.event_name }}
|
||||
working-directory: ${{ matrix.module }}/frontend
|
||||
build: npm run config:defaults:${{ matrix.module }}
|
||||
build: ${{ matrix.module == 'testnet4' && 'npm run config:defaults:mempool' || 'npm run config:defaults:${{ matrix.module }}' }}
|
||||
start: npm run start:local-staging
|
||||
wait-on: "http://localhost:4200"
|
||||
wait-on-timeout: 120
|
||||
|
Loading…
x
Reference in New Issue
Block a user