Skip to content

Commit

Permalink
Updated build test file
Browse files Browse the repository at this point in the history
  • Loading branch information
ijunaid committed Oct 24, 2024
1 parent bc8210c commit f093814
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: XCTest
name: Build Tests the SDK

permissions:
checks: write
pull-requests: write

on:
push:
branches:
Expand All @@ -13,6 +17,8 @@ on:
jobs:
test-ios:
runs-on: macos-latest
strategy:
fail-fast: false

steps:
# Checkout the repository
Expand Down

0 comments on commit f093814

Please sign in to comment.