Skip to content

Commit

Permalink
Small Fixes Android Device Test (#2302)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Apr 20, 2024
1 parent f32d240 commit 5a3eff4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/aws-device-farm-run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ inputs:
outputs:
runArn:
description: ARN of run
value: ${{ steps.schedule_run.outputs.runArn }}
runs:
using: "composite"
steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/android-device-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
android-device-test:
strategy:
fail-fast: false
max-parallel: 2
matrix:
test: [
Expand Down Expand Up @@ -129,6 +130,7 @@ jobs:
testSpecArn: ${{ matrix.test.testSpecArn }}

- name: Upload benchmark results to S3
if: env.run_device_test == 'true' && matrix.test.name == 'Android Benchmark'
run: |
npm install --ignore-scripts
node scripts/aws-device-farm/download-benchmark-results.mjs ${{ steps.aws_device_farm_run.outputs.runArn }}
Expand Down

0 comments on commit 5a3eff4

Please sign in to comment.