Skip to content

Commit

Permalink
Remove the unit tests derived data caching step
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed Apr 9, 2024
1 parent 064626f commit 0fc0ad1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ jobs:
steps:
- uses: nschloe/action-cached-lfs-checkout@v1

- uses: irgaly/xcode-cache@v1
with:
key: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.ref }}
restore-keys: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.ref }}

- uses: actions/cache@v3
with:
path: vendor/bundle
Expand Down

0 comments on commit 0fc0ad1

Please sign in to comment.