Skip to content

Commit

Permalink
.github/workflows: fix race file match (#10885)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 authored Oct 9, 2023
1 parent 5a0197b commit e3929dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
output-file: ./output-short.txt
- name: Print Races
if: ${{ failure() && matrix.cmd == 'go_core_race_tests' }}
run: find *.race | xargs cat
run: find race.* | xargs cat
- name: Store logs artifacts
if: always()
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
Expand Down

0 comments on commit e3929dd

Please sign in to comment.