Skip to content

Commit

Permalink
Fix enterprise functional tests artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Sep 4, 2024
1 parent 235bb58 commit 0fa276e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: functional-tests-report-${{ matrix.playwright-browser }}
name: enterprise-functional-tests-report-${{ matrix.playwright-browser }}
path: |
${{ env.enterprise-frontend-build-directory }}/tests/results/
${{ env.enterprise-frontend-build-directory }}/tests/reports/
Expand Down

0 comments on commit 0fa276e

Please sign in to comment.