Skip to content

Commit

Permalink
ci: fix call to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurschreiber committed Aug 4, 2024
1 parent 5df59e9 commit 9b313d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Start containers
run: |
docker-compose -f "test/docker-compose.linux.yml" up --detach
docker compose -f "test/docker-compose.linux.yml" up --detach
- name: Set up CI configuration
shell: bash
Expand Down

0 comments on commit 9b313d6

Please sign in to comment.