Skip to content

Commit

Permalink
Improve names
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Jul 9, 2023
1 parent 122d8b4 commit 7fd3d4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/instrumentation-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
instrumentation:
name: "on ${{ matrix.api }}"
name: "${{ matrix.api }}"
uses: ./.github/workflows/instrumentation.yml
with:
android-api: ${{ matrix.api }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/instrumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:

jobs:
android:
name: "Instrumentation Tests"
name: "API ${{ inputs.android-api }}"
runs-on: macos-latest
timeout-minutes: 30
steps:
Expand Down

0 comments on commit 7fd3d4a

Please sign in to comment.