Skip to content

Commit 86ada32

Browse files
committed
ci/pods: remove old Podfile.lock; add pod env dump on failure for diagnostics
1 parent 71ecd16 commit 86ada32

File tree

2 files changed

+4
-22
lines changed

2 files changed

+4
-22
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ jobs:
9393
pod install --repo-update --verbose
9494
fi
9595
96+
- name: Pod env (on failure)
97+
if: failure()
98+
run: pod env || true
99+
96100
- name: Detect project or workspace
97101
shell: bash
98102
run: |

Podfile.lock

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)