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 6, 2023
1 parent f535ce9 commit a17e71a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
9 changes: 7 additions & 2 deletions .github/workflows/edXTestSuit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,14 @@ jobs:
steps:
- name: Git checkout
uses: actions/checkout@v2
- uses: actions/cache@v3
with:
path: Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-pods-
- name: Install Dependencies
run: |
pod install --repo-update
run: pod install
- name: "Select Xcode 13.2.1"
run: |
sudo mkdir -p /Library/Developer/CoreSimulator/Profiles/Runtimes
Expand Down

0 comments on commit a17e71a

Please sign in to comment.