Skip to content

Commit

Permalink
distinct result names
Browse files Browse the repository at this point in the history
  • Loading branch information
mriccobene committed Feb 13, 2025
1 parent 1c76814 commit d8764fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa-sync-with-externalcl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
if: steps.test_step.outputs.test_executed == 'true'
uses: actions/upload-artifact@v4
with:
name: test-results
name: test-results-${{ matrix.chain }}-${{ matrix.client }}
path: |
${{ github.workspace }}/result-${{ matrix.chain }}.json
${{ matrix.client == 'lighthouse' && '$CL_DATA_DIR/data/beacon/logs/beacon.log' || '' }}
Expand Down

0 comments on commit d8764fe

Please sign in to comment.