Skip to content

Commit

Permalink
fix upload
Browse files Browse the repository at this point in the history
Signed-off-by: Ruchi Sharma <[email protected]>
  • Loading branch information
ruchidh committed Feb 14, 2025
1 parent c6891a9 commit bb564fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/cypress_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,12 @@ jobs:
fi
- name: Upload Performance Metrics
uses: actions/upload-artifact@v4
with:
name: performance-metrics-${{ matrix.group }}
path: ./performance-results.json
uses: actions/upload-artifact@v4
if: ${{ hashFiles('./cypress/performance_metrics.json') != '' }}
with:
name: performance-metrics-${{ matrix.group }}
path: ./cypress/performance_metrics.json
retention-days: 1

- name: Post Performance Metrics Comment via GitHub Script
uses: actions/github-script@v7
Expand Down
4 changes: 0 additions & 4 deletions cypress/performance_metrics.json

This file was deleted.

0 comments on commit bb564fe

Please sign in to comment.