Skip to content

Commit d8ea048

Browse files
committed
Add reporting action
1 parent cb27bd8 commit d8ea048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-matrix-entry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
steps:
6060
- name: Common setup
61-
uses: a-sit-plus/internal-workflows/.github/actions/runner-setup@feature/modularTests
61+
uses: a-sit-plus/internal-workflows/.github/actions/common-setup@feature/modularTests
6262
with:
6363
xcode-version: ${{ inputs.xcode-version }}
6464
enable-kvm: ${{ inputs.enable-kvm }}
@@ -69,7 +69,7 @@ jobs:
6969
run: ./gradlew -Dkotlin.build.report.json.directory="$PWD/metrics" ${{ inputs.testArgs }}
7070

7171
- name: Reporting
72-
uses: a-sit-plus/internal-workflows/.github/actions/reporting@feature/modularTests
72+
uses: a-sit-plus/internal-workflows/.github/actions/common-reporting@feature/modularTests
7373
with:
7474
caller-name: ${{ github.workflow }}
7575
matrix-identifier: ${{ inputs.os }}-${{ inputs.name }}-${{ inputs.arch }}

0 commit comments

Comments
 (0)