diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 708b6c9..c6146c9 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -5,7 +5,7 @@ on: jobs: run-sdk-unit-tests: - name: Test SDK example applications on iOS and tvOS + name: Run SDK Unit Tests runs-on: macos-13 steps: - name: Checkout @@ -13,7 +13,7 @@ jobs: - name: Run SDK unit tests run: "./scripts/run-sdk-unit-tests.sh" test-example-applications: - name: Test SDK example applications on iOS and tvOS + name: Build and Test Example Applications: iOS and tvOS runs-on: macos-13 steps: - name: Checkout