Skip to content

Commit

Permalink
Improve concurrency model using a single internal dispatch queue (close
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein committed Jan 19, 2024
1 parent 981df5a commit a087ca3
Show file tree
Hide file tree
Showing 59 changed files with 2,067 additions and 1,281 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,16 @@ jobs:
-sdk "${{ matrix.sdk }}" \
-destination "${{ matrix.destination }}" \
-only-testing ${{ matrix.target }} \
-resultBundlePath TestResults \
clean test | xcpretty
- name: Create test results
uses: kishikawakatsumi/xcresulttool@v1
with:
path: TestResults.xcresult
title: "Test results: ${{ matrix.name }}"
if: success() || failure()

build_objc_demo_app:
name: "ObjC demo (iOS ${{ matrix.version.ios }})"
needs: test_framework
Expand Down
Loading

0 comments on commit a087ca3

Please sign in to comment.