Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticspoon committed Apr 29, 2024
1 parent d7a50dc commit 2635d55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/combine_and_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
find test_reports -name "**/test_reports*.zip" -exec unzip -d test_reports {} \;
- name: Merge parallel runtime log parts
run: |
cat artifacts/**/parallel_runtime_test*.log > parallel_runtime.log
cat artifacts/**/parallel_runtime_rspec*.log > parallel_runtime.log
- name: Test Summary
id: test_summary
uses: test-summary/action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Compress artifacts
run: |
zip -r test_reports_${{ env.GROUPS_UNDERSCORE }}.zip tmp/reports
mv tmp/parallel_runtime_test.log parallel_runtime_test_${{ env.GROUPS_UNDERSCORE }}.log
mv tmp/parallel_runtime_rspec.log parallel_runtime_rspec_${{ env.GROUPS_UNDERSCORE }}.log
- name: Upload test reports
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2635d55

Please sign in to comment.