Skip to content

Commit

Permalink
Cypress workflow: remove redundant rust-crypto param (#3855)
Browse files Browse the repository at this point in the history
matrix-org/matrix-react-sdk#11828 removes the
`rust-crypto` input param from the reusable cypress workflow. This gets rid of
it on the calling side.
  • Loading branch information
richvdh authored Nov 9, 2023
1 parent 5931a51 commit 47aa4bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down

0 comments on commit 47aa4bc

Please sign in to comment.