Remove BASE_MODULE from the GHA env vars as we read from the config now

This commit is contained in:
Felipe Knorr Kuhn 2021-10-27 20:52:50 -07:00
parent 5dab44e6c4
commit cbeeef3b2c
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

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