Skip to content

Commit

Permalink
fixup! chore: add integration tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
miaulalala committed Jun 26, 2023
1 parent 0aa64a2 commit afb20a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
- name: Install dependencies
working-directory: nextcloud/apps/calendar
run: composer install
- name: Install Calendar
run: php -f nextcloud/occ app:enable calendar
- name: Run tests
working-directory: nextcloud/apps/calendar
run: composer run test:integration
Expand Down

0 comments on commit afb20a6

Please sign in to comment.