Skip to content

Commit

Permalink
Fix android-device-test.yml (maplibre#1953)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Dec 12, 2023
1 parent a29f18f commit 884af02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android-device-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
devicePool: "arn:aws:devicefarm:us-west-2::devicepool:082d10e5-d7d7-48a5-ba5c-b33d66efa1f5",
# benchmark-android.yaml
# see https://github.com/maplibre/ci-runners/tree/main/aws-device-farm/custom-test-envs
"testSpecArn": "arn:aws:devicefarm:us-west-2:373521797162:upload:20687d72-0e46-403e-8f03-0941850665bc/14862afb-cf88-44aa-9f1e-5131cbb22f01"
testSpecArn: "arn:aws:devicefarm:us-west-2:373521797162:upload:20687d72-0e46-403e-8f03-0941850665bc/14862afb-cf88-44aa-9f1e-5131cbb22f01"
}
]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -100,6 +100,7 @@ jobs:
AWS_DEVICE_FARM_PROJECT_ARN: ${{ vars.AWS_DEVICE_FARM_PROJECT_ARN }}
AWS_DEVICE_FARM_DEVICE_POOL_ARN: ${{ matrix.test.devicePool }}
externalData: ${{ matrix.test.externalData }}
testSpecArn: ${{ matrix.test.testSpecArn }}

- uses: LouisBrunner/[email protected]
if: always() && (matrix.test.name != 'Android Benchmark' || steps.fc.outputs.comment-id)
Expand Down

0 comments on commit 884af02

Please sign in to comment.