From defe4941276cd03924c174d91686fccd5380ecae Mon Sep 17 00:00:00 2001 From: Andreas Wolf Date: Fri, 8 Mar 2024 18:50:29 +0100 Subject: [PATCH] ci: Set name of jobs --- .github/workflows/lint_test_pull_requests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint_test_pull_requests.yaml b/.github/workflows/lint_test_pull_requests.yaml index 8a60c90f..965d2144 100644 --- a/.github/workflows/lint_test_pull_requests.yaml +++ b/.github/workflows/lint_test_pull_requests.yaml @@ -16,6 +16,7 @@ jobs: - name: Composer normalize command: 'normalize --dry-run' directory: ['extension-installer', 'fractor', 'fractor-xml', 'typo3-fractor'] + name: ${{ matrix.composer-command.name }}/${{ matrix.directory }} defaults: run: working-directory: ${{ matrix.directory }}