diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 38195976..53b21934 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -1,5 +1,9 @@ -name: XCTest +name: Build Tests the SDK +permissions: + checks: write + pull-requests: write + on: push: branches: @@ -13,6 +17,8 @@ on: jobs: test-ios: runs-on: macos-latest + strategy: + fail-fast: false steps: # Checkout the repository