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 2be0b62 commit 383d69e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/edXTestSuit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ jobs:
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-pods-
- name: Cache DerivedData
uses: actions/cache@v1
with:
path: ~/Library/Developer/Xcode/DerivedData
key: ${{ runner.os }}-${{ matrix.env.device }}_derived_data-xcode
restore-keys: |
${{ runner.os }}-${{ matrix.env.device }}_derived_data
- name: Install Dependencies
run: pod install
- name: "Select Xcode 13.2.1"
Expand Down

0 comments on commit 383d69e

Please sign in to comment.