Skip to content

Commit

Permalink
pod update instead of pod install
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Jun 11, 2024
1 parent b4655f0 commit 07dd865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Install dependencies
run: |
gem install xcpretty
cd ./Tests && pod install && cd ..
cd ./Tests && pod update && cd ..
- name: Configure test environment
run: |
./Tests/Support\ Files/Scripts/create-configuration.sh
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Install dependencies
run: |
gem install xcpretty
cd ./Tests && pod install && cd ..
cd ./Tests && pod update && cd ..
- name: Configure test environment
run: ./Tests/Support\ Files/Scripts/create-configuration.sh
- name: Run stable acceptance tests
Expand Down

0 comments on commit 07dd865

Please sign in to comment.