Skip to content

Commit

Permalink
Stress-test
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Jan 27, 2024
1 parent 291e84b commit 74a2c59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,11 @@ jobs:

# Definition of the build matrix
strategy:
fail-fast: false
matrix:
# Minimum supported and maximum available.
android-api: [ 26, 33 ]
stress-test: [ 1,2,3,4,5,6,7,8,9,10 ]

# All build steps
steps:
Expand Down Expand Up @@ -173,7 +175,7 @@ jobs:
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: androidTest-results-${{ matrix.android-api }}
name: androidTest-results-${{ matrix.android-api }}-${{ matrix.stress-test }}
path: |
${{ github.workspace }}/subprojects/androidTest/build/reports/androidTests/connected/**
${{ github.workspace }}/emulator.log
Expand Down

0 comments on commit 74a2c59

Please sign in to comment.