Skip to content

Commit

Permalink
Merge branch 'feat/refactor-ci-tests' into test/refactor-ci-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
netbe authored Sep 10, 2024
2 parents 60071ff + b022931 commit 8d77f50
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/_reusable_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,14 @@ jobs:
uses: xom9ikk/dotenv@v2
with:
path: fastlane/
- name: Restore Carthage Cache
uses: actions/cache@v3
id: cache-carthage
with:
path: Carthage
key: ${{ runner.os }}-xcode${{ steps.xcode-version.outputs.XCODE_VERSION }}-carthage-${{ hashFiles('Cartfile.resolved') }}


- name: Restore Carthage Cache
uses: actions/cache@v3
id: cache-carthage
with:
path: Carthage
key: ${{ runner.os }}-xcode${{ steps.xcode-version.outputs.XCODE_VERSION }}-carthage-${{ hashFiles('Cartfile.resolved') }}

- name: Restore Danger results
id: restore-danger-results
uses: actions/cache/restore@v4
Expand All @@ -63,6 +64,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true

- name: Setup workspace
run: |
./setup.sh
Expand Down

0 comments on commit 8d77f50

Please sign in to comment.