Skip to content

Commit

Permalink
fix result paths after artifact download for aggregation (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann authored Mar 3, 2024
1 parent a036f29 commit c1bb7a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ jobs:
pattern: results-*
- name: Aggregate results
run: |
mv results-*/*.json .
python .github/workflows/aggregate.py \
--start-time ${{ needs.config.outputs.starttime }} \
--server ${{ join(fromJson(needs.config.outputs.servers), ',') }} \
Expand Down

0 comments on commit c1bb7a3

Please sign in to comment.