Skip to content

Commit

Permalink
change to redis-container
Browse files Browse the repository at this point in the history
  • Loading branch information
YaphetKG committed Dec 5, 2023
1 parent c61a077 commit a01a563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Run SOLR
run: docker run --name name_lookup -d -p 8983:8983 -t solr -DzkRun
- name: Run redis
run: docker run --name redis-container -d -p 6379:6379 -t redis --password nop

- name: Install dependencies
run: |
Expand Down

0 comments on commit a01a563

Please sign in to comment.