mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 05:12:35 +01:00
Remove BASE_MODULE from the GHA env vars as we read from the config now
This commit is contained in:
parent
5dab44e6c4
commit
cbeeef3b2c
3
.github/workflows/cypress.yml
vendored
3
.github/workflows/cypress.yml
vendored
@ -25,7 +25,6 @@ jobs:
|
|||||||
wait-on-timeout: 120
|
wait-on-timeout: 120
|
||||||
record: true
|
record: true
|
||||||
parallel: true
|
parallel: true
|
||||||
env: BASE_MODULE=mempool
|
|
||||||
group: Tests on ${{ matrix.browser }} (Mempool)
|
group: Tests on ${{ matrix.browser }} (Mempool)
|
||||||
browser: ${{ matrix.browser }}
|
browser: ${{ matrix.browser }}
|
||||||
ci-build-id: '${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}'
|
ci-build-id: '${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}'
|
||||||
@ -46,7 +45,6 @@ jobs:
|
|||||||
record: true
|
record: true
|
||||||
parallel: true
|
parallel: true
|
||||||
spec: cypress/integration/liquid/liquid.spec.ts
|
spec: cypress/integration/liquid/liquid.spec.ts
|
||||||
env: BASE_MODULE=liquid
|
|
||||||
group: Tests on ${{ matrix.browser }} (Liquid)
|
group: Tests on ${{ matrix.browser }} (Liquid)
|
||||||
browser: ${{ matrix.browser }}
|
browser: ${{ matrix.browser }}
|
||||||
ci-build-id: '${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}'
|
ci-build-id: '${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}'
|
||||||
@ -67,7 +65,6 @@ jobs:
|
|||||||
record: true
|
record: true
|
||||||
parallel: true
|
parallel: true
|
||||||
spec: cypress/integration/bisq/bisq.spec.ts
|
spec: cypress/integration/bisq/bisq.spec.ts
|
||||||
env: BASE_MODULE=bisq
|
|
||||||
group: Tests on ${{ matrix.browser }} (Bisq)
|
group: Tests on ${{ matrix.browser }} (Bisq)
|
||||||
browser: ${{ matrix.browser }}
|
browser: ${{ matrix.browser }}
|
||||||
ci-build-id: '${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}'
|
ci-build-id: '${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}'
|
||||||
|
Loading…
Reference in New Issue
Block a user