Skip to content

Commit

Permalink
Update CocoaPods trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Jan 10, 2025
1 parent 8854a34 commit 238ff44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Update CocoaPods trunk
run: |
pod repo update
- name: Build and run tests
run: |
./gradlew check
Expand Down

0 comments on commit 238ff44

Please sign in to comment.