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 cf9db4e commit d84e205
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,6 @@ jobs:
sarif_file: ${{ github.workspace }}/build/reports/detekt/merge.sarif

instrumentation:
name: "🧪 Instrumentation Tests CI"
name: "🧪 Instrumentation Tests"
needs: validate
uses: ./.github/workflows/instrumentation-matrix.yml
4 changes: 2 additions & 2 deletions .github/workflows/instrumentation-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: "🧪 Instrumentation Tests Matrix wf"
name: "🧪 Instrumentation Test Matrix"

on:
workflow_call:

jobs:
instrumentation:
name: "🧪 Instrumentation Tests Matrix job"
name: "Matrix"
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
@@ -1,4 +1,4 @@
name: "🧪 Instrumentation Tests wf"
name: "🧪 Instrumentation Test"

on:
workflow_call:
Expand Down

0 comments on commit d84e205

Please sign in to comment.