Skip to content

Commit

Permalink
chore(ci): Fix nextcloud-bookmarks tests by composer --no-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Mar 24, 2023
1 parent af23a3e commit 33c150f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
shell: bash
run: |
cd ${{ env.APP_NAME }}
composer install --ignore-platform-req=php
composer install --ignore-platform-req=php --no-dev
if: matrix.floccus-adapter == 'nextcloud-bookmarks' || matrix.floccus-adapter == 'nextcloud-bookmarks-old'

- name: Enable bookmarks app
Expand Down

0 comments on commit 33c150f

Please sign in to comment.