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

Commit

Permalink
chore: test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Umer committed Aug 16, 2023
1 parent baf1ddb commit 5852e4e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/edXTestSuit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,19 @@ jobs:
matrix:
env:
- name: "Test iOS 16"
runtime: "iOS-16"
runtime: "iOS-16-4"
device: "iPhone 14 Pro"
task: "testLTRCurrentOS"
- name: "Test RTL iOS 16"
runtime: "iOS-16"
runtime: "iOS-16-4"
device: "iPhone 14 Pro"
task: "testRTLCurrentOS"
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: "Select Xcode 14.3.1"
run: |
sudo xcode-select -s /Applications/Xcode_14.3.1.app
- name: Run tests
if: always()
run: |
Expand Down

0 comments on commit 5852e4e

Please sign in to comment.