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 ce360dc commit e31f421
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/edXTestSuit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
xcode-ios:
name: "${{ matrix.env.name }}"
runs-on: macos-12
strategy:
fail-fast: false
Expand All @@ -22,16 +23,16 @@ jobs:
device: "iPhone 14 Pro"
task: "testRTLCurrentOS"
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: "Select Xcode 14.3.1"
run: |
xcrun simctl list
sudo xcode-select -s /Applications/Xcode_14.3.1.app
xcrun simctl runtimes
xcrun simctl devices
- name: Git checkout
uses: actions/checkout@v2
- name: Run tests
if: always()
run: |
xcrun simctl list
TASK="${{ matrix.env.task }}"
RUNTIME="${{ matrix.env.runtime }}"
DEVICE="${{ matrix.env.device }}"
Expand Down

0 comments on commit e31f421

Please sign in to comment.