mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-18 05:20:43 +01:00
fix(test): update github cypress workflow to clone files_pdfviewer
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
This commit is contained in:
parent
2519ebf3e8
commit
cbced644dd
2 changed files with 9 additions and 1 deletions
8
.github/workflows/cypress.yml
vendored
8
.github/workflows/cypress.yml
vendored
|
|
@ -69,6 +69,13 @@ jobs:
|
|||
ref: ${{ matrix.server-versions }}
|
||||
path: apps/viewer
|
||||
|
||||
- name: Checkout files_pdfviewer
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: nextcloud/files_pdfviewer
|
||||
ref: ${{ matrix.server-versions }}
|
||||
path: apps/files_pdfviewer
|
||||
|
||||
- name: Checkout ${{ env.APP_NAME }}
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
|
|
@ -100,6 +107,7 @@ jobs:
|
|||
php occ config:system:set force_language --value en
|
||||
php occ app:enable --force testing
|
||||
php occ app:enable --force viewer
|
||||
php occ app:enable --force files_pdfviewer
|
||||
php occ app:enable --force richdocuments
|
||||
php occ app:list
|
||||
php occ config:system:set trusted_domains 1 --value="172.17.0.1"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
describe.skip('Open existing office files', function() {
|
||||
describe('Open existing office files', function() {
|
||||
let randUser
|
||||
|
||||
before(function() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue