Skip to content

Commit

Permalink
Fix annotating CI run when product tests fail
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nineinchnick authored and wendigo committed Sep 19, 2024
1 parent 3c1b11c commit 4e0969a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 4e0969a

Please sign in to comment.