Skip to content

Commit

Permalink
fix: no_solidity_framework config
Browse files Browse the repository at this point in the history
  • Loading branch information
rin-st committed Apr 10, 2024
1 parent 3a506a0 commit 8f7cbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8f7cbde

Please sign in to comment.