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 0a6d12f commit 3d310cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-dragonfly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
run: |
poetry run pytest test/${{ matrix.tests }} --html=report-${{ matrix.tests }}.html --self-contained-html -v -m "not slow"
- name: Upload Tests Result
if: always()
uses: actions/upload-artifact@v4
with:
name: tests-result-${{ matrix.tests }}
Expand Down

0 comments on commit 3d310cb

Please sign in to comment.