Skip to content

Commit

Permalink
add falkordb service
Browse files Browse the repository at this point in the history
  • Loading branch information
AviAvni committed Apr 1, 2024
1 parent 92a8f1b commit 674be75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:

build:
runs-on: ubuntu-latest
services:
falkordb:
image: falkordb/falkordb:edge
ports:
- 6379:6379
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 674be75

Please sign in to comment.