Skip to content

Commit 5093156

Browse files
1 parent 9f90369 commit 5093156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2056,7 +2056,7 @@ jobs:
20562056
run: |
20572057
echo "| Job | Total Tests | Passed Tests | Failed Tests | Errored Tests | Skipped Tests | Report Link" >> "$GITHUB_STEP_SUMMARY"
20582058
echo "| ---------- | ----------- | ------ | ------ | ------ | ------- | ------ |" >> "$GITHUB_STEP_SUMMARY"
2059-
for file in summary-modinput-*/job_summary.txt; do
2059+
for file in summary-modinput*/job_summary.txt; do
20602060
cat "$file" >> "$GITHUB_STEP_SUMMARY"
20612061
done
20622062
- uses: geekyeggo/delete-artifact@v5

0 commit comments

Comments
 (0)