Skip to content

Commit

Permalink
Merge pull request #1839 from nextcloud/build-folder
Browse files Browse the repository at this point in the history
Convert extensions to build folders
  • Loading branch information
Ivansss authored Nov 19, 2024
2 parents 2c9ca7e + e98378c commit 18f50b6
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 135 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/uitests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,14 @@ jobs:
restore-keys: |
${{ runner.os }}-pods-
- name: Setup Cocoapods
uses: maxim-lobanov/[email protected]
with:
version: latest

- name: Set up dependencies talk-ios
run: |
pod install
pod install
- name: Build NextcloudTalk iOS for testing
run: |
Expand Down
Loading

0 comments on commit 18f50b6

Please sign in to comment.