We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7240d commit ed0f415Copy full SHA for ed0f415
.github/workflows/test.yml
@@ -41,6 +41,9 @@ jobs:
41
- name: Enable maps app
42
working-directory: nextcloud
43
run: php -f occ app:enable maps
44
+ - name: Enable files_external app
45
+ working-directory: nextcloud
46
+ run: php -f occ app:enable files_external
47
- name: Run tests
48
if: ${{ always() && matrix.php-versions != 8.1 }}
49
working-directory: nextcloud/apps/maps
0 commit comments