Skip to content

Commit

Permalink
Merge pull request #3 from FalkorDB/gkorland-patch-1
Browse files Browse the repository at this point in the history
Update maven.yml
  • Loading branch information
gkorland authored Nov 27, 2023
2 parents 7fdd4b0 + 86af258 commit a11559d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ jobs:

runs-on: ubuntu-latest

# Service containers to run with `test-job`
services:
# Label used to access the service container
falkordb:
# Docker Hub image
image: falkordb/falkordb:latest
# Map port 6379 on the Docker host to port 6379 on the FalkorDB container
ports:
- 6379:6379

steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
Expand Down

0 comments on commit a11559d

Please sign in to comment.