Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdiz authored Jan 31, 2025
1 parent a4180fb commit ff19154
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ jobs:
distribution: 'temurin'
java-version: '17'

- name: Install Fastlane
run: gem install fastlane

- name: Sync Certificates
run: |
cd ios
fastlane match development --readonly
- name: Install Dependencies
working-directory: ./frontend
run: flutter pub get
Expand Down

0 comments on commit ff19154

Please sign in to comment.