Run the default mempool config if we are running testnet4 tests

This commit is contained in:
Felipe Knorr Kuhn 2025-01-19 14:11:41 -08:00
parent 7f6399093e
commit f59e95fcc8
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -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