From a19bb5784625c6615c3b14eaa30699512c179a6a Mon Sep 17 00:00:00 2001 From: Muhammad Umer Date: Wed, 6 Sep 2023 14:07:19 +0100 Subject: [PATCH] test: test --- .github/workflows/edXTestSuit.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/edXTestSuit.yml b/.github/workflows/edXTestSuit.yml index 242a6c4ba..25f9d528d 100644 --- a/.github/workflows/edXTestSuit.yml +++ b/.github/workflows/edXTestSuit.yml @@ -18,18 +18,18 @@ jobs: runtime: "iOS-15-2" device: "iPhone 8" task: "testLTRCurrentOS" - - name: "Test RTL iOS 15.2" - runtime: "iOS-15-2" - device: "iPhone 8" - task: "testRTLCurrentOS" - - name: "Test iOS 14.4" - runtime: "iOS-14-4" - device: "iPhone 8" - task: "testLTRPreviousOS" - - name: "Test RTL iOS 14.4" - runtime: "iOS-14-4" - device: "iPhone 8" - task: "testRTLPreviousOS" + - name: "Test RTL iOS 15.2" + runtime: "iOS-15-2" + device: "iPhone 8" + task: "testRTLCurrentOS" + - name: "Test iOS 14.4" + runtime: "iOS-14-4" + device: "iPhone 8" + task: "testLTRPreviousOS" + - name: "Test RTL iOS 14.4" + runtime: "iOS-14-4" + device: "iPhone 8" + task: "testRTLPreviousOS" steps: - name: Git checkout uses: actions/checkout@v2