Skip to content

Commit

Permalink
Switched command to docker compose in coverage GH Action Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
criminosis committed Sep 27, 2024
1 parent f2d4346 commit 2c5bf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
- name: Starting Gremlin Servers
run: |
docker-compose -f ./docker-compose/docker-compose.yaml up -d
docker compose -f ./docker-compose/docker-compose.yaml up -d
env:
GREMLIN_SERVER: ${{ matrix.gremlin-server }}

Expand Down

0 comments on commit 2c5bf51

Please sign in to comment.