Skip to content

Commit

Permalink
Fix wildcard for process test
Browse files Browse the repository at this point in the history
  • Loading branch information
isarkis committed Jan 22, 2025
1 parent cddc68b commit cf646e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/process_test_results/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
- name: Download Test Results
uses: actions/download-artifact@v4
with:
pattern: ${{ inputs.test_results_key }}-*
pattern: ${{ inputs.test_results_key }}*
path: results/**/*

- name: Test Summary action
Expand Down

0 comments on commit cf646e8

Please sign in to comment.