Skip to content

Commit

Permalink
Readd missing pod install
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <[email protected]>
  • Loading branch information
SystemKeeper committed Oct 19, 2023
1 parent bd911ed commit f5e85ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/uitests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Set up php 8.2
uses: shivammathur/setup-php@c5fc0d8281aba02c7fda07d3a70cc5371548067d # v2
if: matrix.test-branches == 'stable27' || matrix.test-branches == 'master'
if: matrix.test-branches != 'stable23'
with:
php-version: 8.2
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
Expand Down Expand Up @@ -105,6 +105,10 @@ jobs:
working-directory: server/apps/spreed
run: composer i --no-dev

- name: Set up dependencies talk-ios
run: |
pod install
- name: Set up Nextcloud
env:
DB_PORT: 4444
Expand Down

0 comments on commit f5e85ea

Please sign in to comment.