mirror of https://github.com/vector-im/riot-web
Fix cypress tests exploding due to CSP (#10715)
parent
6e87802add
commit
dde0a41ba8
|
@ -134,6 +134,10 @@ jobs:
|
|||
persist-credentials: false
|
||||
path: matrix-react-sdk
|
||||
|
||||
# This is necessary as Cypress relies on eval for passing functions between processes
|
||||
- name: Allow CSP script-src unsafe-eval
|
||||
run: sed -i "s/script-src /script-src 'unsafe-eval' /" ../webapp/index.html
|
||||
|
||||
- name: Run Cypress tests
|
||||
uses: cypress-io/github-action@59c3b9b4a1a6e623c29806797d849845443487d1
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue