Skip to content

Commit

Permalink
Merge pull request #116 from nextcloud/feat/ci/more-apps
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Apr 9, 2024
2 parents 9afb7f9 + 922e6bd commit 6bfd37f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test-repositories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,15 @@ jobs:
openapi-repositories:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php-versions: [ "8.1" ]
repositories: [ "nextcloud/notifications", "nextcloud/server", "nextcloud/spreed" ]
repositories:
- "nextcloud/assistant"
- "nextcloud/notifications"
- "nextcloud/server"
- "nextcloud/spreed"
- "nextcloud/tables"

name: openapi-repositories

Expand Down

0 comments on commit 6bfd37f

Please sign in to comment.