mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 05:12:35 +01:00
Fix typo on liquid setup
This commit is contained in:
parent
944246fcf5
commit
278c2b9aae
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
@ -46,7 +46,7 @@ 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=lidquid
|
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 }}'
|
||||||
|
Loading…
Reference in New Issue
Block a user