Skip to content

Commit

Permalink
Always run upload test results step.
Browse files Browse the repository at this point in the history
  • Loading branch information
ToveRumar committed Aug 6, 2024
1 parent 5b8a20b commit f386d10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crazylab-linux-experiment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,16 @@ jobs:
pytest --verbose --html=${{env.TEST_FILE}}.html ${{github.event.inputs.category}} --junit-xml ${{env.TEST_FILE}}.xml
fi
- name: Upload test file
if: always()
uses: actions/upload-artifact@v4
with:
if-no-files-found: warn
name: test_report_${{github.run_number}}
path: |
${{env.TEST_FILE}}.html
${{env.TEST_FILE}}.xml
assets/style.css
- name: Pretty print test results
if: always()
uses: pmeier/pytest-results-action@main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/crazylab-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ jobs:
python3 -u utils/run_examples.py --path crazyflie-lib-python
- name: Upload test file
if: always()
uses: actions/upload-artifact@v4
with:
if-no-files-found: warn
name: test_report_${{github.run_number}}
path: |
${{env.TEST_FILE}}.html
Expand Down

0 comments on commit f386d10

Please sign in to comment.