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 432a01f commit 701560f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-dragonfly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- "test_general.py"
- "test_scan.py"
- "test_zadd.py"
- "test_lua_modules.py"
permissions:
pull-requests: write
services:
Expand Down Expand Up @@ -64,10 +63,10 @@ jobs:
upload-results:
needs: test
if: always()
runs-on: ubuntu-latest
steps:
- name: Collect Tests Result
if: always()
uses: actions/upload-artifact@v4
with:
name: tests-result
Expand Down

0 comments on commit 701560f

Please sign in to comment.