fix(test): update github cypress workflow to clone files_pdfviewer

Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
This commit is contained in:
Elizabeth Danzberger 2024-05-03 14:44:28 -04:00
parent 2519ebf3e8
commit cbced644dd
2 changed files with 9 additions and 1 deletions

View file

@ -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"

View file

@ -17,7 +17,7 @@
*
*/
describe.skip('Open existing office files', function() {
describe('Open existing office files', function() {
let randUser
before(function() {