diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07cd218d4..911f0c85e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: ${{ runner.os }}-pods- - name: Pod Install - run: pod install + run: cd Example && pod install && cd .. - name: Run tests to generate coverage statistics # https://sonarsource.atlassian.net/browse/CPP-3987 run: |