From 8f7cbde3f0df255c1bc83b2a060340424ba36d0e Mon Sep 17 00:00:00 2001 From: Rinat Date: Wed, 10 Apr 2024 19:59:28 +0200 Subject: [PATCH] fix: no_solidity_framework config --- .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 7393f53a2..9c0e1bb7c 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -61,7 +61,7 @@ jobs: - name: Run Cypress tests for apps without solidity frameworks uses: cypress-io/github-action@v6 - if: matrix.config == 'none' + if: matrix.config == 'no_solidity_framework' with: start: yarn start wait-on: "http://localhost:3000"