Skip to content

Commit

Permalink
[SkipCI] Test name
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jan 4, 2024
1 parent e9041d9 commit 0f5250a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:

instrumentedTests-aosp_atd-target:
needs: releaseBuild
name: android-${{ matrix.api-level }} ${{ matrix.arch }} ${{ matrix.api-type-target }}
strategy:
fail-fast: false
matrix:
Expand All @@ -97,19 +98,20 @@ jobs:
applicationId: $applicationId

instrumentedTests-default-target:
needs: releaseBuild
# needs: releaseBuild
name: android-${{ matrix.api-level }} ${{ matrix.arch }} ${{ matrix.api-type-target }}
strategy:
fail-fast: false
matrix:
# system-images;android-26;default;x86 and x86_64 don't have system webview installed
# Skip them intentionally
api-level: [29, 28, 27, 25, 24, 23, 22, 21]
api-level: [26]
arch: [x86_64, x86]
api-type-target: [default]
include:
- api-level: 30
arch: x86
api-type-target: aosp_atd
- api-level: ${{ matrix.api-level }}
arch: ${{ matrix.arch }}
api-type-target: ${{ matrix.api-type-target }}
uses: ./.github/workflows/testInner.yml
with:
api-level: ${{ matrix.api-level }}
Expand Down

0 comments on commit 0f5250a

Please sign in to comment.