Skip to content

Commit

Permalink
Create artifacts for build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinecarme committed Jun 17, 2024
1 parent 942b221 commit 9f5577a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,12 @@ jobs:
run : |
echo "ERROR_SUMMARY_START"
grep Error logs/*.log | grep -v ErrorMean | grep -v ErrorStdDev | grep -v ErrorMessage || true
echo "ERROR_SUMMARY_END"
echo "ERROR_SUMMARY_END"
- name: Build test logs artifacts
uses: actions/upload-artifact@v3
with:
name: buld-test-report
path: logs/
- name: Changed Logs
run : |
echo "CHANGED_LOGS_START"
Expand Down

0 comments on commit 9f5577a

Please sign in to comment.