Skip to content

Commit

Permalink
adjust GHA labels
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed Jan 4, 2024
1 parent 53928e1 commit 11ab1b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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
uses: actions/checkout@v3
- 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
Expand Down

0 comments on commit 11ab1b1

Please sign in to comment.