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 37a2ea7 commit 378fc7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Test Machine Info
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
grep Error logs/*.log | grep -v ErrorMean | grep -v ErrorStdDev | grep -v ErrorMessage || true
echo "ERROR_SUMMARY_END"
- name: Build test logs artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-test-report
path: logs/
Expand Down

0 comments on commit 378fc7b

Please sign in to comment.