Skip to content

Commit

Permalink
ent
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed Jan 18, 2024
1 parent 6c388eb commit c684347
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-redis-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ jobs:
matrix:
python-version: ['3.10']
test-type: ['standalone']
connection-type: ['hiredis', 'plain']
connection-type: ['plain'] #['hiredis', 'plain']
re-build: ["7.2.4-92"]
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

name: RE [${{ matrix.re-build }} ${{ matrix.python-version }} ${{matrix.test-type}}-${{matrix.connection-type}}]
steps:
- name: Checkout code
Expand Down

0 comments on commit c684347

Please sign in to comment.