Skip to content

Commit

Permalink
calens file added
Browse files Browse the repository at this point in the history
  • Loading branch information
jesmrec committed Feb 11, 2025
1 parent d02f7ec commit dc5913a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/calens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
permissions:
contents: read

concurrency:
group: example-workflow-${{ github.workflow }}
cancel-in-progress: true

jobs:
build:
permissions:
Expand Down
7 changes: 7 additions & 0 deletions changelog/unreleased/4548
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Enhancement: Unit tests for repository classes - Part 4

Unit tests for OCSpacesRepository, OCTransferRepository,
OCUserRepository and OCWebFingerRepository classes have been completed.

https://github.com/owncloud/android/issues/4235
https://github.com/owncloud/android/pull/4537

0 comments on commit dc5913a

Please sign in to comment.