Skip to content

Commit

Permalink
Test cache build
Browse files Browse the repository at this point in the history
  • Loading branch information
fbenevides committed Jul 26, 2022
1 parent c4cb41c commit df1fc8d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,15 @@ jobs:
id: simulator
with:
model: 'iPhone 8'
- uses: olejnjak/carthage-workaround@v3
- uses: actions/cache@v1
id: carthage-cache
with:
action: bootstrap --cache-builds
force: true
path: Carthage
key: ${{ runner.os }}-carthage-${{ hashFiles('**/Cartfile.resolved') }}
- name: Carthage
if: steps.carthage-cache.outputs.cache-hit != 'true'
run: |
sh ./Consumption-Tests/Shared/carthage.sh bootstrap --cache-builds --use-xcframeworks
- run: |
set -o pipefail && env NSUnbufferedIO=YES xcodebuild \
-project PusherSwift.xcodeproj \
Expand Down

0 comments on commit df1fc8d

Please sign in to comment.