Skip to content

Commit

Permalink
test-dragonfly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Aug 14, 2024
1 parent 5af4c09 commit 432a01f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test-dragonfly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,13 @@ jobs:
run: |
poetry run pytest test/${{ matrix.tests }} --html=report-${{ matrix.tests }}.html --self-contained-html -v -m "not slow"
upload-results:
needs: test
runs-on: ubuntu-latest
steps:
- name: Collect Tests Result
if: always()
uses: actions/upload-artifact@v4
with:
name: tests-result-${{ matrix.tests }}
path: report-${{ matrix.tests }}.html
name: tests-result
path: report-*.html

0 comments on commit 432a01f

Please sign in to comment.