[AAE-32905] - Start by adding unit test matrix

This commit is contained in:
VitoAlbano
2025-03-13 17:57:12 +00:00
parent b844bce09e
commit e792f88367
2 changed files with 1 additions and 1 deletions

View File

@@ -215,7 +215,7 @@ jobs:
needs: [generate-affected-matrix]
steps:
- name: Call unit tests workflow
uses: ./.github/workflows/_unit-test-check.yml
uses: ./.github/workflows/unit-test-workflow.yml
with:
matrix: ${{ needs.generate-affected-matrix.outputs.matrix }}