Skip to content

Commit

Permalink
Update plotting_and_stats_example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xenct committed Jul 8, 2024
1 parent 5e17d60 commit 4ed68ec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/plotting_and_stats_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@ jobs:
uses: actions checkout@v3
- name: execute py script
run: python plotting_and_stats_example.py

- uses: actions/upload-artifact@v3
if: always()
with:
name: test-results
path: app/build/reports/tests

0 comments on commit 4ed68ec

Please sign in to comment.