diff --git a/.github/workflows/e2e-ios.yml b/.github/workflows/e2e-ios.yml index 229f4acca..17c41d056 100644 --- a/.github/workflows/e2e-ios.yml +++ b/.github/workflows/e2e-ios.yml @@ -23,6 +23,11 @@ jobs: with: fetch-depth: 1 + - name: Ruby version + run: | + ruby --version + pod --version + - name: Reset testing enviroment continue-on-error: true timeout-minutes: 10