Fix typo on liquid setup

This commit is contained in:
Felipe Knorr Kuhn 2021-08-17 16:38:51 -07:00
parent 944246fcf5
commit 278c2b9aae

View File

@ -46,7 +46,7 @@ jobs:
record: true
parallel: true
spec: cypress/integration/liquid/liquid.spec.ts
env: BASE_MODULE=lidquid
env: BASE_MODULE=liquid
group: Tests on ${{ matrix.browser }} (Liquid)
browser: ${{ matrix.browser }}
ci-build-id: '${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}'