From 1dfb8903dfb45011a5d130623887c217173fa108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Wa=C5=9B?= Date: Thu, 19 Sep 2024 11:34:47 +0200 Subject: [PATCH] Fix annotating CI run when product tests fail The product tests job test step should have an ID used to check if it failed, so its test reports can be processed and annotations can be generated. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00b643044056..c0b4ebf903e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1045,6 +1045,7 @@ jobs: !contains(github.event.pull_request.labels.*.name, 'tests:all-product') run: echo "PTL_OPTS=--impacted-features impacted-features.log" >> $GITHUB_ENV - name: Product Tests + id: tests env: ABFS_CONTAINER: ${{ vars.AZURE_ABFS_HIERARCHICAL_CONTAINER }} ABFS_ACCOUNT: ${{ vars.AZURE_ABFS_HIERARCHICAL_ACCOUNT }}