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 701560f commit 692bea9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test-dragonfly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,16 @@ jobs:
- name: Test without coverage
run: |
poetry run pytest test/${{ matrix.tests }} --html=report-${{ matrix.tests }}.html --self-contained-html -v -m "not slow"
- name: Upload Tests Result
uses: actions/upload-artifact@v4
with:
name: tests-result-${{ matrix.tests }}
path: report-${{ matrix.tests }}.html

upload-results:
needs: test
if: always()
runs-on: ubuntu-latest
steps:
- name: Collect Tests Result
uses: actions/upload-artifact@v4
with:
name: tests-result
path: report-*.html
uses: actions/upload-artifact/merge@v4

0 comments on commit 692bea9

Please sign in to comment.