Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YoanSallami committed Jun 29, 2024
1 parent 2859285 commit af259c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Display Python version
run: python -c "import sys; print(sys.version)"
- name: Start FalkorDB
uses: docker://falkordb/falkordb:edge
with:
args: --port 6379
run: docker run -d -p 6379:6379 falkordb/falkordb:edge &
- name: Install redis tools
run: sudo apt-get install -y redis-tools
- name: Verify that FalkorDB is up
run: redis-cli ping
- name: Install build dependencies
Expand Down

0 comments on commit af259c3

Please sign in to comment.