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 378fc7b commit 3155486
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ jobs:
with:
name: build-test-report
path: logs/
- name: Build test outputs (forecast outputs + images + notebooks)
uses: actions/upload-artifact@v4
with:
name: build-test-output
path: outputs/
- name: Changed Logs
run : |
echo "CHANGED_LOGS_START"
Expand Down

0 comments on commit 3155486

Please sign in to comment.