Skip to content

Commit

Permalink
Fix EKS ci (#2941)
Browse files Browse the repository at this point in the history
update upload artifact name
  • Loading branch information
gurevichdmitry authored Jan 21, 2025
1 parent 919aa91 commit 530fd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eks-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: allure_results-${{ matrix.test-target}}
name: allure_results-${{ matrix.k8s_context}}
path: ${{ env.REPORTS_DIR }}

- name: Purge tests environment
Expand Down

0 comments on commit 530fd6f

Please sign in to comment.