Update cypress.yaml
This commit is contained in:
parent
2ae50940c8
commit
8c811776bb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cypress.yaml
vendored
2
.github/workflows/cypress.yaml
vendored
|
@ -136,8 +136,8 @@ jobs:
|
||||||
|
|
||||||
- name: Run Cypress tests
|
- name: Run Cypress tests
|
||||||
uses: cypress-io/github-action@a29a621b736c9a8547ba0236cc9cee1e49725bd5
|
uses: cypress-io/github-action@a29a621b736c9a8547ba0236cc9cee1e49725bd5
|
||||||
working-directory: matrix-react-sdk
|
|
||||||
with:
|
with:
|
||||||
|
working-directory: matrix-react-sdk
|
||||||
# The built-in Electron runner seems to grind to a halt trying
|
# The built-in Electron runner seems to grind to a halt trying
|
||||||
# to run the tests, so use chrome.
|
# to run the tests, so use chrome.
|
||||||
browser: "${{ env.BROWSER_PATH }}"
|
browser: "${{ env.BROWSER_PATH }}"
|
||||||
|
|
Loading…
Reference in a new issue