Skip to content

Commit

Permalink
Update android-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
udenr authored Feb 13, 2024
1 parent 8dd3144 commit 6a9edac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
api-level: [21, 29, 34, "${{ needs.check-if-tests-exist.outputs.min-sdk-version }}", "${{ needs.check-if-tests-exist.outputs.target-sdk-version }}"]
api-level: [29, "${{ needs.check-if-tests-exist.outputs.min-sdk-version }}", "${{ needs.check-if-tests-exist.outputs.target-sdk-version }}"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 6a9edac

Please sign in to comment.