Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
test: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Umer committed Sep 7, 2023
1 parent 383d69e commit 8f5007c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/edXTestSuit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
restore-keys: |
${{ runner.os }}-pods-
- name: Cache DerivedData
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/Library/Developer/Xcode/DerivedData
key: ${{ runner.os }}-${{ matrix.env.device }}_derived_data-xcode
key: ${{ runner.os }}-${{ matrix.env.runtime }}-${{ matrix.env.device }}-${{ matrix.env.task }}_derived_data-xcode
restore-keys: |
${{ runner.os }}-${{ matrix.env.device }}_derived_data
${{ runner.os }}-${{ matrix.env.runtime }}-${{ matrix.env.device }}-${{ matrix.env.task }}_derived_data
- name: Install Dependencies
run: pod install
- name: "Select Xcode 13.2.1"
Expand Down

0 comments on commit 8f5007c

Please sign in to comment.