From 89b7e7d792717bcdf9dca23454ea5c508bb89a0e Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Fri, 3 Nov 2023 15:51:07 +0000 Subject: [PATCH] Cypress workflow: remove redundant `rust-crypto` param https://github.com/matrix-org/matrix-react-sdk/pull/11828 removes the `rust-crypto` input param from the reusable cypress workflow. This gets rid of it on the calling side. --- .github/workflows/cypress.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index a40711a9c..0bcc98845 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -33,7 +33,6 @@ jobs: TCMS_PASSWORD: ${{ secrets.TCMS_PASSWORD }} with: react-sdk-repository: matrix-org/matrix-react-sdk - rust-crypto: true # We want to make the cypress tests a required check for the merge queue. #