We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f90369 commit 5093156Copy full SHA for 5093156
.github/workflows/reusable-build-test-release.yml
@@ -2056,7 +2056,7 @@ jobs:
2056
run: |
2057
echo "| Job | Total Tests | Passed Tests | Failed Tests | Errored Tests | Skipped Tests | Report Link" >> "$GITHUB_STEP_SUMMARY"
2058
echo "| ---------- | ----------- | ------ | ------ | ------ | ------- | ------ |" >> "$GITHUB_STEP_SUMMARY"
2059
- for file in summary-modinput-*/job_summary.txt; do
+ for file in summary-modinput*/job_summary.txt; do
2060
cat "$file" >> "$GITHUB_STEP_SUMMARY"
2061
done
2062
- uses: geekyeggo/delete-artifact@v5
0 commit comments