Skip to content

Commit

Permalink
run avocado job with test results as workflow artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
pevogam committed Jan 31, 2025
1 parent d124131 commit 1c23cd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
- name: Collect test results
uses: actions/upload-artifact@v3
#path: /home/runner/avocado/job-results
- name: Cleaning up avocado(-vt) libs
run: |
rm -rf avocado-vt-libs
Expand Down

0 comments on commit 1c23cd4

Please sign in to comment.