Skip to content

Commit

Permalink
Enable maps app before running tests
Browse files Browse the repository at this point in the history
Signed-off-by: Arne Hamann <[email protected]>
  • Loading branch information
tacruc committed Apr 21, 2022
1 parent fdbdf7a commit 78b31f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
- name: Install dependencies
working-directory: nextcloud/apps/maps
run: composer install
- name: Enable maps app
working-directory: nextcloud
run: php -f occ app:enable maps
- name: Run tests
working-directory: nextcloud/apps/maps
run: composer run test:unit
Expand Down

0 comments on commit 78b31f3

Please sign in to comment.