Skip to content

Commit

Permalink
Add pipeline description
Browse files Browse the repository at this point in the history
  • Loading branch information
tvanlaerhoven authored and wvanhaevre committed Nov 21, 2024
1 parent e0dd2a1 commit 8aa3f87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
api-level: [ 34 ]
newArchEnabled: [ false, true ]
name: Build for API Level ${{ matrix.api-level }}
name: Build for API Level ${{ matrix.api-level }} using ${{matrix.newArchEnabled == true && 'New' || 'Old' }} Architecture
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
xcode_version: [ '15.4.0' ]
newArchEnabled: [ 0, 1 ]
platform: [iOS, tvOS]
runs-on: macos-latest
name: Build for ${{ matrix.platform }} using XCode version ${{ matrix.xcode_version }}
name: Build for ${{ matrix.platform }} using XCode version ${{ matrix.xcode_version }} and ${{matrix.newArchEnabled == 1 && 'New' || 'Old' }} Architecture

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 8aa3f87

Please sign in to comment.