Skip to content

Commit

Permalink
fix: modinput issues (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilgajera-crest committed Sep 2, 2024
1 parent 9f90369 commit 5093156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2056,7 +2056,7 @@ jobs:
run: |
echo "| Job | Total Tests | Passed Tests | Failed Tests | Errored Tests | Skipped Tests | Report Link" >> "$GITHUB_STEP_SUMMARY"
echo "| ---------- | ----------- | ------ | ------ | ------ | ------- | ------ |" >> "$GITHUB_STEP_SUMMARY"
for file in summary-modinput-*/job_summary.txt; do
for file in summary-modinput*/job_summary.txt; do
cat "$file" >> "$GITHUB_STEP_SUMMARY"
done
- uses: geekyeggo/delete-artifact@v5
Expand Down

0 comments on commit 5093156

Please sign in to comment.