From 278c2b9aae95b02665d7ec897c8e800cc4052046 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn <100320+knorrium@users.noreply.github.com> Date: Tue, 17 Aug 2021 16:38:51 -0700 Subject: [PATCH] Fix typo on liquid setup --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 42aff5657..42af9a166 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -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 }}'