diff options
-rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7b56fbe7d..27db8d016 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,8 +63,8 @@ jobs: - name: Installing dependencies if: steps.carthage-cache.outputs.cache-hit != 'true' - # run: bash carthage-build.sh --no-use-binaries --platform iOS --cache-builds - run: carthage bootstrap --no-use-binaries --platform iOS --cache-builds + run: bash carthage-build.sh bootstrap --no-use-binaries --platform iOS --cache-builds + # run: carthage bootstrap --no-use-binaries --platform iOS --cache-builds # Split build into build-only and test-only as it is faster than building and running in one step - name: Building unit tests |